Commit Graph

1 Commits

Author SHA1 Message Date
Zoltan Somogyi
28a5a9dad0 Fix a bug in string__join_list pointed out by Fergus; the length
Estimated hours taken: 1
Branches: main

library/string.m:
	Fix a bug in string__join_list pointed out by Fergus; the length
	calculation and the string copying now use the same logic.

library/tests/hard_coded/join_list.{m,exp}:
	A new test case to exercise string__join_list.

library/tests/hard_coded/Mmakefile:
	Enable the new test.
2001-08-01 00:31:41 +00:00