We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4246ede commit 0962d37Copy full SHA for 0962d37
tests/baselines/Issue782.baseline.txt
@@ -1,11 +1,11 @@
1
original file
2
-----------------------------------
3
-var a = '\u1234\u{1F600}'
+var a = '\u1234 \u{1F600}'
4
5
6
Grammar: TypeScript.tmLanguage
7
8
->var a = '\u1234\u{1F600}'
+>var a = '\u1234 \u{1F600}'
9
^^^
10
source.ts meta.var.expr.ts storage.type.ts
11
^
0 commit comments