Skip to content

Commit 42305f5

Browse files
LingDong-Lingdong Huang
authored andcommitted
fix obj in args
1 parent 1a77a73 commit 42305f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tools/test_parser.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ function runExample(lang, name) {
1717
romanizeIdentifiers: "none", //true,
1818
lib: utils.loadlib(),
1919
reader: readOtherExample,
20-
strict: true
20+
strict: true,
21+
errorCallback: () => 0
2122
// logCallback: ()=>0,
2223
});
2324
console.log("=== COMPILED ===");
@@ -51,11 +52,11 @@ function runAll(lang, skips = []) {
5152
}
5253
}
5354

54-
// runExample("js", "turing");
55+
// runExample("js", "quicksort");
5556
// runExample("js", "../lib/js/畫譜");
5657
// runExample("js", "../lib/列經");
57-
runAll("js", ["quine", "quine2", "tree", "tree2", "try"]);
58+
// runAll("js", ["quine", "quine2", "tree", "tree2", "try"]);
5859
// runAll("js", ["quine"]);
5960

60-
// runExample("js", "../../../Downloads/local_test");
61+
runExample("js", "../../../Downloads/local_test");
6162
// runExample("py", "draw_heart");

0 commit comments

Comments
 (0)