Add a test

This commit is contained in:
Jason Freeman 2015-02-19 17:17:04 -08:00
parent 2928449bbe
commit bf436543b9

View File

@ -0,0 +1,16 @@
/// <reference path="fourslash.ts"/>
//// for (var of of of) { }
var c = classification;
verify.syntacticClassificationsAre(
c.keyword("for"),
c.punctuation("("),
c.keyword("var"),
c.text("of"),
c.keyword("of"),
c.text("of"),
c.punctuation(")"),
c.punctuation("{"),
c.punctuation("}")
);