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 1ddf32a Update test_ok.idl
1ddf32a is described below
commit 1ddf32ad048ad5bcddeb8b587a69b50598ad2d6c
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Mar 20 12:59:16 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 27252e0..66cd32f 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
@@ -29,6 +29,7 @@ intent=i1
flow=/org.package#method1/ // User-code flow predicate.
fragment(p1, {'a': true, 'b': {'Москва': [1, 2, 3]}}) /* Macro-expansion.
*/
term~{length("some text") > 0} // Normal term.
+ term={has_all(list(1, 2, 3, 4, 5), list(3, 5))}
// Intent #2.
intent=i2