Add translate- file

This commit is contained in:
Aoran Zeng 2025-07-16 18:24:26 +08:00
parent f64ccf4870
commit ac114dd2f8
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Test for escape mode
- translate = `:escape`
- output = `:terminal`
```bash
echo "Hello World!"

View File

@ -0,0 +1,7 @@
# Test for oct mode
- translate = `:oct`
```bash
echo "Hello World!"
```