mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-17 20:57:28 +08:00
Add test files for rawstr4c
This commit is contained in:
parent
4a5724cacc
commit
747c29e85f
8
rawstr4c/test-escape.md
Normal file
8
rawstr4c/test-escape.md
Normal 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
7
rawstr4c/test-hex.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Test for hex mode
|
||||||
|
|
||||||
|
- translate = `:hex`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo "Hello World!"
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user