diff options
author | Li Jin <dragon-fly@qq.com> | 2023-07-28 11:57:19 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-07-28 11:57:19 +0800 |
commit | 11e855b8124e21beb737ecb4b4e6228e610f572d (patch) | |
tree | 94bf1857194a28c4fb726588719a4b36ea891478 | |
parent | 5497775534d20ba06ab9c13bc4db1c5bee877513 (diff) | |
download | yuescript-0.17.12.tar.gz yuescript-0.17.12.tar.bz2 yuescript-0.17.12.zip |
fix test file path.v0.17.12
-rw-r--r-- | makefile | 2 | ||||
-rw-r--r-- | spec/outputs/5.1/try_catch.lua (renamed from spec/generated/5.1/try_catch.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -302,7 +302,7 @@ gen: release | |||
302 | @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) --tl_enabled | 302 | @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) --tl_enabled |
303 | @./$(BIN_NAME) $(TEST_INPUT)/teal_lang.yue -o $(GEN_OUTPUT)/teal_lang.lua | 303 | @./$(BIN_NAME) $(TEST_INPUT)/teal_lang.yue -o $(GEN_OUTPUT)/teal_lang.lua |
304 | @./$(BIN_NAME) $(TEST_INPUT)/loops.yue -o $(GEN_OUTPUT)/5.1/loops.lua --target=5.1 | 304 | @./$(BIN_NAME) $(TEST_INPUT)/loops.yue -o $(GEN_OUTPUT)/5.1/loops.lua --target=5.1 |
305 | @./$(BIN_NAME) $(TEST_INPUT)/try_catch.yue -o $(TEST_OUTPUT)/5.1/try_catch.lua --target=5.1 | 305 | @./$(BIN_NAME) $(TEST_INPUT)/try_catch.yue -o $(GEN_OUTPUT)/5.1/try_catch.lua --target=5.1 |
306 | @./$(BIN_NAME) $(TEST_INPUT)/test/loops_spec.yue -o $(GEN_OUTPUT)/5.1/test/loops_spec.lua --target=5.1 | 306 | @./$(BIN_NAME) $(TEST_INPUT)/test/loops_spec.yue -o $(GEN_OUTPUT)/5.1/test/loops_spec.lua --target=5.1 |
307 | @echo -en "Compile time: " | 307 | @echo -en "Compile time: " |
308 | @$(END_TIME) | 308 | @$(END_TIME) |
diff --git a/spec/generated/5.1/try_catch.lua b/spec/outputs/5.1/try_catch.lua index 577df16..577df16 100644 --- a/spec/generated/5.1/try_catch.lua +++ b/spec/outputs/5.1/try_catch.lua | |||