correct tests 259 and 304 of tests-pl/iso-conformity-tests.pl

This commit is contained in:
Mark
2023-06-29 14:57:29 -06:00
parent 699afb2c00
commit 3cbe78cb9b

View File

@@ -551,8 +551,8 @@ test_213 :- read_from_chars("X is 0'\\\n+'1.", T),
T = (_ is 0+1), T = (_ is 0+1),
call(T). call(T).
test_259 :- read_from_chars("X is 0'\\\n+'/*'. % */1.", T), test_259 :- read_from_chars("X = 0'\\\n+'/*'. %*/1.", T),
T = (_ is 0+1), T = (_ = 0+1),
call(T). call(T).
test_303 :- test_syntax_error("X = 0'\\\na.", syntax_error(incomplete_reduction)). test_303 :- test_syntax_error("X = 0'\\\na.", syntax_error(incomplete_reduction)).