mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Changed order of count check.
This commit is contained in:
parent
e3077e34b7
commit
ad12b8bf76
@ -27,7 +27,6 @@
|
||||
//// export var {| "itemName": "x", "kind": "var" |}x = 3;
|
||||
//// }
|
||||
|
||||
verify.getScriptLexicalStructureListCount(12);
|
||||
test.markers().forEach(marker => {
|
||||
if (marker.data) {
|
||||
verify.getScriptLexicalStructureListContains(
|
||||
@ -39,3 +38,4 @@ test.markers().forEach(marker => {
|
||||
marker.position);
|
||||
}
|
||||
});
|
||||
verify.getScriptLexicalStructureListCount(12);
|
||||
Loading…
x
Reference in New Issue
Block a user