summaryrefslogtreecommitdiff
path: root/tests/examplefiles/unicode.applescript
diff options
context:
space:
mode:
authorthatch <devnull@localhost>2008-09-24 20:50:21 -0700
committerthatch <devnull@localhost>2008-09-24 20:50:21 -0700
commit09b1546f75c77abe09e508747f9aaecc4f56655a (patch)
treeb3ea45d0692f12752623723ecb6fb98bb2eeb2c5 /tests/examplefiles/unicode.applescript
parentea6e916e561428274df541ecfa9859c888d2442a (diff)
downloadpygments-09b1546f75c77abe09e508747f9aaecc4f56655a.tar.gz
Add modified AppleScript lexer, to close #330
Diffstat (limited to 'tests/examplefiles/unicode.applescript')
-rw-r--r--tests/examplefiles/unicode.applescript5
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 Русский"