mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-23 16:59:39 +08:00
10 lines
154 B
Markdown
10 lines
154 B
Markdown
# Test for escape mode
|
|
|
|
- translate = `:escape`
|
|
- output = `:terminal`
|
|
|
|
```bash
|
|
echo "Hello World!"
|
|
printf "Line with \"quotes\" and 'apostrophes'\n"
|
|
```
|