You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/03/18 19:46:14 UTC

[incubator-nlpcraft] branch NLPCRAFT-206 updated: Update NCMacroCompilerSpec.scala

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

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


The following commit(s) were added to refs/heads/NLPCRAFT-206 by this push:
     new 7c78fc9  Update NCMacroCompilerSpec.scala
7c78fc9 is described below

commit 7c78fc9975c221daa1f0bd1b02fd740a0f7cf609
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Thu Mar 18 12:46:03 2021 -0700

    Update NCMacroCompilerSpec.scala
---
 .../scala/org/apache/nlpcraft/common/makro/NCMacroCompilerSpec.scala     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nlpcraft/src/test/scala/org/apache/nlpcraft/common/makro/NCMacroCompilerSpec.scala b/nlpcraft/src/test/scala/org/apache/nlpcraft/common/makro/NCMacroCompilerSpec.scala
index 96a993b..c4a675e 100644
--- a/nlpcraft/src/test/scala/org/apache/nlpcraft/common/makro/NCMacroCompilerSpec.scala
+++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/common/makro/NCMacroCompilerSpec.scala
@@ -65,7 +65,6 @@ class NCMacroCompilerSpec {
         checkEq("    A   ", Seq("A"))
         checkEq("A B", Seq("A B"))
         checkEq("""A {Москва|_|\|}""", Seq("A", "A Москва", """A \|"""))
-        checkEq("A موسكو", Seq("A موسكو"))
         checkEq("A Moscó", Seq("A Moscó"))
         checkEq("""A B \[ \] \< \> \_ \{ \} \, \|""", Seq("""A B \[ \] \< \> \_ \{ \} \, \|"""))
         checkEq("A           B", Seq("A B"))