summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/chrome/utf8_subscript.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/tests/chrome/utf8_subscript.js')
-rw-r--r--js/xpconnect/tests/chrome/utf8_subscript.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/xpconnect/tests/chrome/utf8_subscript.js b/js/xpconnect/tests/chrome/utf8_subscript.js
new file mode 100644
index 000000000..d4051b1a8
--- /dev/null
+++ b/js/xpconnect/tests/chrome/utf8_subscript.js
@@ -0,0 +1,3 @@
+// -*- coding: utf-8; indent-tabs-mode: nil -*-
+var str = "𝔘𝔫𝔦𝔠𝔬𝔡𝔢";
+function f() { return 42; }