summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-10-07 13:29:08 -0700
committerTim Hatch <tim@timhatch.com>2014-10-07 13:29:08 -0700
commit34d2f291d161ac07e090a597660c9fb383b9522b (patch)
treed0974a57e084ace3c964bd0b61ba3fa0dc53cd5f /tests
parent702bccea86fa7bb11f4d1e6e153fa1394ca7cfcb (diff)
downloadpygments-34d2f291d161ac07e090a597660c9fb383b9522b.tar.gz
JavascriptLexer: Support unicode identifiers per standard.
Fixes #999
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/unicode.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/examplefiles/unicode.js b/tests/examplefiles/unicode.js
new file mode 100644
index 00000000..e77bfb80
--- /dev/null
+++ b/tests/examplefiles/unicode.js
@@ -0,0 +1,5 @@
+var école;
+var sinθ;
+var เมือง;
+var a\u1234b;
+