8000
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.
2 parents 0fa6954 + caf0939 commit d49fe6aCopy full SHA for d49fe6a
tests/cases/unittests/services/colorization.ts
@@ -66,7 +66,6 @@ describe('Colorization', function () {
66
67
describe("test getClassifications", function () {
68
it("Returns correct token classes", function () {
69
- debugger;
70
testLexicalClassification("var x: string = \"foo\"; //Hello",
71
ts.EndOfLineState.None,
72
keyword("var"),
@@ -138,7 +137,6 @@ describe('Colorization', function () {
138
137
});
139
140
it("correctly classifies the continuing line of a multi-line string ending in one backslash", function () {
141
142
testLexicalClassification("\\",
143
ts.EndOfLineState.InDoubleQuoteStringLiteral,
144
stringLiteral("\\"),
0 commit comments