summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2016-05-31 17:06:08 -0700
committerTim Hatch <tim@timhatch.com>2016-05-31 17:06:08 -0700
commit91a745b350964b1815668bca9f48564cbb80a7ea (patch)
tree88a917d24042bac0d0ccd0ef3496dbd4bf05cf59 /tests
parentcdd8455a5fbc4d59b6c1cb69525d030a356b7747 (diff)
downloadpygments-git-91a745b350964b1815668bca9f48564cbb80a7ea.tar.gz
Update Monte lexer, improve test.
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/test.mt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/test.mt b/tests/examplefiles/test.mt
index 8643d22e..008dc88e 100644
--- a/tests/examplefiles/test.mt
+++ b/tests/examplefiles/test.mt
@@ -2,4 +2,6 @@ exports (main)
def main(=> currentProcess) :Int as DeepFrozen:
traceln(`Current process: $currentProcess`)
+ "A \r \n \x00 \u1234"
+ '\u1234'
return 0