diff options
author | Tim Hatch <tim@timhatch.com> | 2014-10-07 13:29:08 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-10-07 13:29:08 -0700 |
commit | 34d2f291d161ac07e090a597660c9fb383b9522b (patch) | |
tree | d0974a57e084ace3c964bd0b61ba3fa0dc53cd5f /tests | |
parent | 702bccea86fa7bb11f4d1e6e153fa1394ca7cfcb (diff) | |
download | pygments-34d2f291d161ac07e090a597660c9fb383b9522b.tar.gz |
JavascriptLexer: Support unicode identifiers per standard.
Fixes #999
Diffstat (limited to 'tests')
-rw-r--r-- | tests/examplefiles/unicode.js | 5 |
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; + |