mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
tests/hard_coded/Mmakefile: tests/hard_coded/string_case.m: tests/hard_coded/string_case.exp: Add tests for string.to_lower, string.to_upper and string.compare_ignore_case_ascii.
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
testing string.to_lower(in, out)
|
|
testing string.to_upper(in, out)
|
|
testing string.to_lower(in, in)
|
|
testing string.to_upper(in, in)
|
|
testing string.compare_ignore_case_ascii
|
|
done.
|