Fix colorization unittest

This commit is contained in:
Yui T 2014-10-20 13:01:21 -07:00
parent 30fe3f7221
commit ba77284485

View File

@ -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));
});
});