Files
mercury/tests/hard_coded/string_string.exp
Julien Fischer 06e57d3bb4 Make string/1 handle version_arrays in the same way as io.write/3 etc.
library/string.m:
	As above.
NEWS:
	Add a section for 14.01.1 news.

	Mention the above change.

tests/hard_coded/string_string.{m,exp}:
	Extend this test case to cover arrays and version arrays.
2014-03-04 01:48:44 +11:00

7 lines
86 B
Plaintext

leaf
branch(leaf, leaf)
[1, 2, 3]
1.234 - 5
array([1, 2, 3])
version_array([1, 2, 3])