8000 Merge pull request #3460 from Microsoft/deBugger2 · johnangularjs/TypeScript@d49fe6a · GitHub
[go: up one dir, main page]

Skip to content

Commit d49fe6a

Browse files
Merge pull request microsoft#3460 from Microsoft/deBugger2
Removed more 'debugger' statements from tests.
2 parents 0fa6954 + caf0939 commit d49fe6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cases/unittests/services/colorization.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ describe('Colorization', function () {
6666

6767
describe("test getClassifications", function () {
6868
it("Returns correct token classes", function () {
69-
debugger;
7069
testLexicalClassification("var x: string = \"foo\"; //Hello",
7170
ts.EndOfLineState.None,
7271
keyword("var"),
@@ -138,7 +137,6 @@ describe('Colorization', function () {
138137
});
139138

140139
it("correctly classifies the continuing line of a multi-line string ending in one backslash", function () {
141-
debugger;
142140
testLexicalClassification("\\",
143141
ts.EndOfLineState.InDoubleQuoteStringLiteral,
144142
stringLiteral("\\"),

0 commit comments

Comments
 (0)
0