mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
Add test files for `rawstr4c`
This commit is contained in:
parent
4a5724cacc
commit
747c29e85f
|
|
@ -0,0 +1,8 @@
|
|||
# Test for escape mode
|
||||
|
||||
- translate = `:escape`
|
||||
|
||||
```bash
|
||||
echo "Hello World!"
|
||||
printf "Line with \"quotes\" and 'apostrophes'\n"
|
||||
```
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# Test for hex mode
|
||||
|
||||
- translate = `:hex`
|
||||
|
||||
```bash
|
||||
echo "Hello World!"
|
||||
```
|
||||
Loading…
Reference in New Issue