diff options
author | thatch <devnull@localhost> | 2008-09-24 20:50:21 -0700 |
---|---|---|
committer | thatch <devnull@localhost> | 2008-09-24 20:50:21 -0700 |
commit | 09b1546f75c77abe09e508747f9aaecc4f56655a (patch) | |
tree | b3ea45d0692f12752623723ecb6fb98bb2eeb2c5 /tests/examplefiles/unicode.applescript | |
parent | ea6e916e561428274df541ecfa9859c888d2442a (diff) | |
download | pygments-09b1546f75c77abe09e508747f9aaecc4f56655a.tar.gz |
Add modified AppleScript lexer, to close #330
Diffstat (limited to 'tests/examplefiles/unicode.applescript')
-rw-r--r-- | tests/examplefiles/unicode.applescript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/examplefiles/unicode.applescript b/tests/examplefiles/unicode.applescript new file mode 100644 index 00000000..8cc6c6fb --- /dev/null +++ b/tests/examplefiles/unicode.applescript @@ -0,0 +1,5 @@ +set jp to "日本語" + +set ru to "Русский" + +jp & " and " & ru -- returns "日本語 and Русский" |