From 9c050d2fdca0b4fa525a3dc6d99cec9d17ec703e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2015 20:11:21 -0800 Subject: Add man or boy test, based on Knuth's Algol 60 code. Seems like a good regression test case, combining structs, macros, lambdas, recursion, environments and syntactic places. * tests/012/man-or-boy.tl: New file. * tests/012/man-or-boy.expected: Likewise. --- tests/012/man-or-boy.expected | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/012/man-or-boy.expected (limited to 'tests/012/man-or-boy.expected') diff --git a/tests/012/man-or-boy.expected b/tests/012/man-or-boy.expected new file mode 100644 index 00000000..be5aefe9 --- /dev/null +++ b/tests/012/man-or-boy.expected @@ -0,0 +1 @@ +-67 -- cgit v1.2.3