mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 07:45:18 -06:00
Fix colorization unittest
This commit is contained in:
parent
30fe3f7221
commit
ba77284485
@ -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));
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user