Files
mercury/tests/general/string_test.exp
Zoltan Somogyi ae2ab72716 Compare actual outputs with the outputs computed by NU-Prolog.
Estimated hours taken: 1

runtests:
	Compare actual outputs with the outputs computed by NU-Prolog.

Mmake:
	Enable the dnf test.

commit_bug.m:
	Use more readable formatting.

environment.m:
	Since the expected output may be generated on a different machine
	than the one on which the test is run, don't print the value of
	a possibly machine-specific environment variable such as PATH.

semidet_lambda.m:
	Fix the name of the module.

univ.m:
	Add a couple of tests to exercise the typeinfo comparison routine.

unreachable.m:
	Fix a comment.

*.exp:
	The expected output files.
1996-11-04 07:08:57 +00:00

13 lines
279 B
Plaintext

X: foo
Y: bar
X append Y: foobar
capitalize_first X: Foo
uncapitalize_first CapX: foo
int_to_string 1234: 1234
octal 1234: 2322
hexadecimal 1234: 4D2
string_to_int 5678: 5678
Five f's: fffff
Five f's and five dots: fffff.....
Five dashes, five f's and five dots: -----fffff.....