diff options
| author | Tim Hatch <tim@timhatch.com> | 2016-05-31 17:06:08 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2016-05-31 17:06:08 -0700 |
| commit | 91a745b350964b1815668bca9f48564cbb80a7ea (patch) | |
| tree | 88a917d24042bac0d0ccd0ef3496dbd4bf05cf59 /tests | |
| parent | cdd8455a5fbc4d59b6c1cb69525d030a356b7747 (diff) | |
| download | pygments-git-91a745b350964b1815668bca9f48564cbb80a7ea.tar.gz | |
Update Monte lexer, improve test.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/examplefiles/test.mt | 2 |
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 |
