Move to test

This commit is contained in:
Aoran Zeng
2025-07-13 19:55:54 +08:00
parent 7d7ff19d86
commit 22beaa7f4c
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Test for escape mode
- translate = `:escape`
```bash
echo "Hello World!"
printf "Line with \"quotes\" and 'apostrophes'\n"
```

View File

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