From 63c7c9d857568879bfda146dd31bfc4ee38cb9fb Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 23 Apr 2011 22:04:36 +0000 Subject: Working my way through pattern matcher sequence... Working my way through pattern matcher sequence issues mostly caused by the special handling of Lists. Also deleting all kinds of useless or almost useless code which is presently only clutter. Closes #2756, #2800, #3050, #3530, #3972, no review. --- test/files/run/bug3530.check | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test/files/run/bug3530.check') diff --git a/test/files/run/bug3530.check b/test/files/run/bug3530.check index 633c15d9d7..1f906680e9 100644 --- a/test/files/run/bug3530.check +++ b/test/files/run/bug3530.check @@ -1 +1,12 @@ -Some List +two +three +list: 4 +list: 0 +list: 5 +not a list + +two +three +list: 4 +list: 0 +list: 5 -- cgit v1.2.3