From c399d074c87b869095e88c1de27c341019958c06 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 21 Jul 2025 01:05:31 +0800 Subject: [PATCH] Fix test --- tool/rawstr4c/test/test-parser.rakutest | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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();