diff options
Diffstat (limited to 'tests/examplefiles/js/unicode.js.output')
-rw-r--r-- | tests/examplefiles/js/unicode.js.output | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/examplefiles/js/unicode.js.output b/tests/examplefiles/js/unicode.js.output index 98bb080e..6f19ac9c 100644 --- a/tests/examplefiles/js/unicode.js.output +++ b/tests/examplefiles/js/unicode.js.output @@ -1,29 +1,29 @@ 'var' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'école' Name.Other ';' Punctuation -'\n' Text +'\n' Text.Whitespace 'var' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'sinθ' Name.Other ';' Punctuation -'\n' Text +'\n' Text.Whitespace 'var' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'เมือง' Name.Other ';' Punctuation -'\n' Text +'\n' Text.Whitespace 'var' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'a\\u1234b' Name.Other ';' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace 'var' Keyword.Declaration -'\u2008' Text +'\u2008' Text.Whitespace 'nbsp' Name.Other ';' Punctuation -'\n' Text +'\n' Text.Whitespace |