diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-02-20 13:02:09 +0000 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-02-20 13:02:09 +0000 |
| commit | 1c93c88a3f79cfce68ee6d8c4cd85156aaad1101 (patch) | |
| tree | b42fdba0e6719168388e01a34d5d3c18db7c7446 /spec/cli/run_all_tests.sh | |
| parent | abe6859edcc85c2b2da1d6c5bdae9ac5ee2e94c5 (diff) | |
| download | yuescript-1c93c88a3f79cfce68ee6d8c4cd85156aaad1101.tar.gz yuescript-1c93c88a3f79cfce68ee6d8c4cd85156aaad1101.tar.bz2 yuescript-1c93c88a3f79cfce68ee6d8c4cd85156aaad1101.zip | |
Add test suite for reserve comments feature
- Add assert_output_not_contains helper function for negative assertions
- Add reserve_comments_spec test with Yue and Lua files
- Integrate new test suite into run_all_tests.sh
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'spec/cli/run_all_tests.sh')
| -rwxr-xr-x | spec/cli/run_all_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/cli/run_all_tests.sh b/spec/cli/run_all_tests.sh index 43b74bc..c4836ca 100755 --- a/spec/cli/run_all_tests.sh +++ b/spec/cli/run_all_tests.sh | |||
| @@ -105,6 +105,7 @@ run_test_suite() { | |||
| 105 | # Run all test suites | 105 | # Run all test suites |
| 106 | run_test_suite "Basic Options Test" "$SCRIPT_DIR/test_basic_options.sh" | 106 | run_test_suite "Basic Options Test" "$SCRIPT_DIR/test_basic_options.sh" |
| 107 | run_test_suite "Compilation Test" "$SCRIPT_DIR/test_compilation.sh" | 107 | run_test_suite "Compilation Test" "$SCRIPT_DIR/test_compilation.sh" |
| 108 | run_test_suite "Reserve Comments Test" "$SCRIPT_DIR/test_reserve_comments.sh" | ||
| 108 | run_test_suite "Error Handling Test" "$SCRIPT_DIR/test_error_handling.sh" | 109 | run_test_suite "Error Handling Test" "$SCRIPT_DIR/test_error_handling.sh" |
| 109 | run_test_suite "Execution Test" "$SCRIPT_DIR/test_execution.sh" | 110 | run_test_suite "Execution Test" "$SCRIPT_DIR/test_execution.sh" |
| 110 | 111 | ||
