mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-27 01:21:21 +08:00
Move to test
This commit is contained in:
8
tool/rawstr4c/test/test-escape.md
Normal file
8
tool/rawstr4c/test/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
tool/rawstr4c/test/test-hex.md
Normal file
7
tool/rawstr4c/test/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