Files
mercury/tests/hard_coded/string_append_pieces.exp
Peter Wang f2e0998651 Add string.append_string_pieces.
library/string.m:
    Add append_string_pieces/2 predicate.

library/io.m:
    Add a comment about a potential future change.

tests/hard_coded/Mmakefile:
tests/hard_coded/string_append_pieces.exp:
tests/hard_coded/string_append_pieces.m:
    Add test case.

NEWS:
    Announce addition.
2019-11-08 14:23:06 +11:00

12 lines
544 B
Plaintext

""
""
""
""
"ab"
"cool!😀"
software_error("predicate `string.append_string_pieces\'/2: Unexpected: substring index out of range")
software_error("predicate `string.append_string_pieces\'/2: Unexpected: substring index out of range")
software_error("predicate `string.append_string_pieces\'/2: Unexpected: substring index out of range")
software_error("predicate `string.append_string_pieces\'/2: Unexpected: substring index out of range")
software_error("predicate `string.append_string_pieces\'/2: Unexpected: substring index out of range")