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