From 1c93c88a3f79cfce68ee6d8c4cd85156aaad1101 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 20 Feb 2026 13:02:09 +0000 Subject: 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 --- spec/cli/run_all_tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/cli/run_all_tests.sh') 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() { # Run all test suites run_test_suite "Basic Options Test" "$SCRIPT_DIR/test_basic_options.sh" run_test_suite "Compilation Test" "$SCRIPT_DIR/test_compilation.sh" +run_test_suite "Reserve Comments Test" "$SCRIPT_DIR/test_reserve_comments.sh" run_test_suite "Error Handling Test" "$SCRIPT_DIR/test_error_handling.sh" run_test_suite "Execution Test" "$SCRIPT_DIR/test_execution.sh" -- cgit v1.2.3-55-g6feb