summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.p6
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2013-03-23 15:51:59 +0100
committerRob Hoelz <rob@hoelz.ro>2013-03-23 15:51:59 +0100
commitc8c8f724288cb1c7ea2d10cf83a93eeb1605ae9e (patch)
treee1b2c8dfcc19b0032951fb42964515dc3744b3ae /tests/examplefiles/test.p6
parentc2d5bd63de1a60315be8c1bc3c59a95796e0bf3f (diff)
downloadpygments-c8c8f724288cb1c7ea2d10cf83a93eeb1605ae9e.tar.gz
Test strings with multiple adjacent bracketing characters
Diffstat (limited to 'tests/examplefiles/test.p6')
-rw-r--r--tests/examplefiles/test.p67
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/examplefiles/test.p6 b/tests/examplefiles/test.p6
index b6dc61fb..2edcd8ba 100644
--- a/tests/examplefiles/test.p6
+++ b/tests/examplefiles/test.p6
@@ -237,3 +237,10 @@ my $pair = role-name => 'foo';
$pair = rolesque => 'foo';
my sub something(Str:D $value) { ... }
+
+my $s = q«<
+some
+string
+stuff
+»;
+# after