This commit is contained in:
@@ -10,9 +10,9 @@ TEST_CASE( "Basic script to bound tree string", "[integration]" ) {
|
||||
auto boundTreeString = script->GetTreeString();
|
||||
REQUIRE(boundTreeString == "BlockStatement\n"
|
||||
"\tReturnStatement\n"
|
||||
"\t\tBinaryExpression: addition (number)\n"
|
||||
"\t\t\tLiteralInteger: 10 (number)\n"
|
||||
"\t\t\tLiteralInteger: 500 (number)");
|
||||
"\t\tBinaryExpression: addition (numeric (Known integer))\n"
|
||||
"\t\t\tLiteralInteger: 10 (numeric (Known integer))\n"
|
||||
"\t\t\tLiteralInteger: 500 (numeric (Known integer))");
|
||||
delete script;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user