do not allow strings containing null characters to be inlined (#2848)
This commit is contained in:
@@ -761,8 +761,7 @@ test_171 :- writeq_term_to_chars("a", C),
|
||||
|
||||
test_229 :- test_syntax_error("\"\\z.\"", syntax_error(missing_quote)).
|
||||
|
||||
test_300 :- '$debug_hook',
|
||||
writeq_term_to_chars("\0\", C),
|
||||
test_300 :- writeq_term_to_chars("\0\", C),
|
||||
C == "['\\x0\\']".
|
||||
|
||||
test_172 :- X is 10.0** -323,
|
||||
|
||||
Reference in New Issue
Block a user