tmp
This commit is contained in:
parent
e628e7c1e2
commit
828096de17
9 changed files with 351 additions and 368 deletions
|
|
@ -9,8 +9,9 @@ using namespace obj;
|
|||
TEST_DEF_STATIC(Basic) {
|
||||
Parser parser;
|
||||
|
||||
String stream = "{ var i = true; print (i + 1) * 10; }";
|
||||
String stream = "var i = true; print (i + 1) * 10;";
|
||||
auto res = parser.parse(stream);
|
||||
delete res.scope;
|
||||
}
|
||||
|
||||
TEST_DEF(Parser) { testBasic(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue