]> Repositorios git - scryer-prolog.git/commitdiff
correct ISO conformity test #185
authorMark <[email protected]>
Mon, 3 Jul 2023 17:34:41 +0000 (11:34 -0600)
committerMark <[email protected]>
Mon, 3 Jul 2023 17:34:41 +0000 (11:34 -0600)
tests-pl/iso-conformity-tests.pl

index d72fbf3866f63641e707c906ef5eb7387ca0f5ab..40242fcaf6e3c5f14871dfea2a11af23f60b6e49 100644 (file)
@@ -271,7 +271,7 @@ test_184 :- writeq_term_to_chars(-(-), Chars),
             Chars == "- (-)".
 
 test_185 :- writeq_term_to_chars(-[-], Chars),
-            Chars == "- \"-\"".
+            Chars == "- [-]".
 
 test_188 :- writeq_term_to_chars(-p(c), Chars),
             Chars == "- p(c)".