diff --git a/tool/rawstr4c/test/test-parser.rakutest b/tool/rawstr4c/test/test-parser.rakutest index 91a6a3d..e1dbd28 100644 --- a/tool/rawstr4c/test/test-parser.rakutest +++ b/tool/rawstr4c/test/test-parser.rakutest @@ -5,7 +5,11 @@ # Test File : test-parser.rakutest # Test Authors : Aoran Zeng # Created On : <2025-07-15> -# Last Modified : <2025-07-16> +# Last Modified : <2025-07-21> +# +# $(cwd) 为 test/ 时: +# +# raku ./test-parser.rakutest # --------------------------------------------------------------- use lib '../lib'; @@ -20,6 +24,6 @@ $parser1.parse(); $parser2.parse(); # 测试两个文件 -$parser1.debug-print-summary(); +$parser1.debug(); say ""; -$parser2.debug-print-summary(); +$parser2.debug();