Update tests.

This commit is contained in:
Cyrus Najmabadi 2014-10-05 21:58:37 -07:00
parent 7222963923
commit 3a6c328f00
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ test.markers().forEach((marker) => {
verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
});
verify.getScriptLexicalStructureListCount(3); // <global>, 'f' in the top level list, and 'f' as a child of '<global>'
verify.getScriptLexicalStructureListCount(2); // <global> and 'f'.

View File

@ -10,4 +10,4 @@ test.markers().forEach((marker) => {
verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
});
verify.getScriptLexicalStructureListCount(3); // <global> and 'f' as a child of 'global' and as as top level function.
verify.getScriptLexicalStructureListCount(2); // <global> and 'f'