This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 35e1ed6  Update test_ok.idl
35e1ed6 is described below

commit 35e1ed639a92b27a374e16f6a8ceabe063ab4944
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Mar 20 13:03:30 2021 -0700

    Update test_ok.idl
---
 .../test/scala/org/apache/nlpcraft/model/intent/idl/compiler/test_ok.idl | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/test_ok.idl
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/test_ok.idl
index 66cd32f..aa2fca6 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/test_ok.idl
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/test_ok.idl
@@ -22,6 +22,7 @@
 // Re-usable predicate #1.
 fragment=p1
     term={id(find_part(token(), "alias")) == 2}
+    term={meta_frag('a') && has_any(get(meta_frag('b'), 'Москва'), list(1, 2))}
     term(userDefined)=/org.apache.MyShit#myMethod/
 
 // Intent #1.

Reply via email to