mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Add `translate-` file
This commit is contained in:
parent
f64ccf4870
commit
ac114dd2f8
|
|
@ -1,6 +1,7 @@
|
|||
# Test for escape mode
|
||||
|
||||
- translate = `:escape`
|
||||
- output = `:terminal`
|
||||
|
||||
```bash
|
||||
echo "Hello World!"
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# Test for oct mode
|
||||
|
||||
- translate = `:oct`
|
||||
|
||||
```bash
|
||||
echo "Hello World!"
|
||||
```
|
||||
Loading…
Reference in New Issue