parser error handling
This commit is contained in:
parent
d4c85a3d86
commit
2484ea9d9c
10 changed files with 119 additions and 72 deletions
|
|
@ -42,7 +42,7 @@ if (i == 10) {
|
|||
|
||||
auto script = R"(
|
||||
var i = 10;
|
||||
print (i + 10) * 5;
|
||||
print i;
|
||||
)";
|
||||
|
||||
TEST_DEF_STATIC(Complex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue