This commit is contained in:
Marvin Blum
2015-10-28 18:58:40 +01:00
parent 393ddd4326
commit d7013b01c3
4 changed files with 11 additions and 2 deletions

1
test/parser_code.asl Normal file
View File

@@ -0,0 +1 @@
var inline_code = code("var a = 1;var b = 2;if a < b {foo();}");