From f54e962d4aaa32f55dbe4bc8e95b166b6fc8bdb4 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Sat, 23 Mar 2013 14:00:21 +0100 Subject: Test that ? and ? may be used as bracketing characters for :sym --- tests/examplefiles/grammar-test.p6 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/examplefiles/grammar-test.p6 b/tests/examplefiles/grammar-test.p6 index 6b52b91e..28107f3e 100644 --- a/tests/examplefiles/grammar-test.p6 +++ b/tests/examplefiles/grammar-test.p6 @@ -9,6 +9,10 @@ token pod_string { + } +token something:sym«<» { + +} + token name { } -- cgit v1.2.1