mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-17 00:29:46 +08:00
Add test files for rawstr4c
This commit is contained in:
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!"
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user