mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Fix colorization unittest
This commit is contained in:
@@ -256,7 +256,7 @@ describe('Colorization', function () {
|
||||
identifier("Foo"),
|
||||
operator("<"),
|
||||
identifier("Foo"),
|
||||
punctuation(","),
|
||||
operator(","),
|
||||
identifier("Foo"),
|
||||
operator("<"),
|
||||
identifier("number"),
|
||||
@@ -269,7 +269,7 @@ describe('Colorization', function () {
|
||||
operator("<"),
|
||||
identifier("Foo"),
|
||||
operator(">"),
|
||||
identifier("keyword"),
|
||||
keyword("number"),
|
||||
finalEndOfLineState(ts.EndOfLineState.Start));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user