better exec tests

This commit is contained in:
Sebastian McKenzie
2014-10-15 14:28:51 +11:00
parent bd487fa187
commit 4ea9b9c028
34 changed files with 23 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
function nestedFunction3() {
let let_x = 'let x';
function function_foo() { }
}