Add test files for rawstr4c

This commit is contained in:
Aoran Zeng 2025-07-12 16:54:31 +08:00
parent 4a5724cacc
commit 747c29e85f
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 15 additions and 0 deletions

8
rawstr4c/test-escape.md Normal file
View File

@ -0,0 +1,8 @@
# Test for escape mode
- translate = `:escape`
```bash
echo "Hello World!"
printf "Line with \"quotes\" and 'apostrophes'\n"
```

7
rawstr4c/test-hex.md Normal file
View File

@ -0,0 +1,7 @@
# Test for hex mode
- translate = `:hex`
```bash
echo "Hello World!"
```