summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.p6
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2013-03-19 21:51:10 +0100
committerRob Hoelz <rob@hoelz.ro>2013-03-19 21:51:10 +0100
commite6b70e5e44f75ffd4ce95c2c530381bf932eabda (patch)
tree778a09027c3fd90151eb87b39def07945c58c006 /tests/examplefiles/test.p6
parent705c4c24f10aa61dfa1a84e85a09f0beee271885 (diff)
downloadpygments-e6b70e5e44f75ffd4ce95c2c530381bf932eabda.tar.gz
Add other forms of Pod to test.p6
Diffstat (limited to 'tests/examplefiles/test.p6')
-rw-r--r--tests/examplefiles/test.p625
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/examplefiles/test.p6 b/tests/examplefiles/test.p6
index c74fb2c1..a0b963bb 100644
--- a/tests/examplefiles/test.p6
+++ b/tests/examplefiles/test.p6
@@ -64,6 +64,31 @@ Here's some POD! Wooo
=end pod
+=for Testing
+ This is POD (see? role isn't highlighted)
+
+say('this is not!');
+
+=table
+ Of role things
+
+say('not in your table');
+#= A single line declarator "block" (with a keyword like role)
+#| Another single line declarator "block" (with a keyword like role)
+#={
+ A declarator block (with a keyword like role)
+ }
+#|{
+ Another declarator block (with a keyword like role)
+ }
+#= { A single line declarator "block" with a brace (with a keyword like role)
+#=«
+ More declarator blocks! (with a keyword like role)
+ »
+#|«
+ More declarator blocks! (with a keyword like role)
+ »
+
say 'Moar code!';
my $don't = 16;