From dee86dbcefc92433318f001cb341c5ba3075837a Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 21 Jul 2025 02:00:50 +0800 Subject: [PATCH] Test default file name --- tool/rawstr4c/test/fixture/rawstr4c.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tool/rawstr4c/test/fixture/rawstr4c.md diff --git a/tool/rawstr4c/test/fixture/rawstr4c.md b/tool/rawstr4c/test/fixture/rawstr4c.md new file mode 100644 index 0000000..8740475 --- /dev/null +++ b/tool/rawstr4c/test/fixture/rawstr4c.md @@ -0,0 +1,9 @@ +# Test default file name + +random words + +- postfix = `rakutest` + +```raku +say "hello world"; +```