summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.p6
diff options
context:
space:
mode:
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