fixed tests (need to drop the toplevel block in "expected" if it's a single statement)
This commit is contained in:
@@ -232,9 +232,6 @@ var AST_Scope = DEFNODE("Scope", "variables functions uses_with uses_eval parent
|
||||
}, AST_Block);
|
||||
|
||||
var AST_Toplevel = DEFNODE("Toplevel", null, {
|
||||
initialize: function() {
|
||||
this.required = true;
|
||||
},
|
||||
$documentation: "The toplevel scope"
|
||||
}, AST_Scope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user