diff --git a/rawstr4c/test-escape.md b/rawstr4c/test-escape.md new file mode 100644 index 0000000..95b5484 --- /dev/null +++ b/rawstr4c/test-escape.md @@ -0,0 +1,8 @@ +# Test for escape mode + +- translate = `:escape` + +```bash +echo "Hello World!" +printf "Line with \"quotes\" and 'apostrophes'\n" +``` diff --git a/rawstr4c/test-hex.md b/rawstr4c/test-hex.md new file mode 100644 index 0000000..0d515b1 --- /dev/null +++ b/rawstr4c/test-hex.md @@ -0,0 +1,7 @@ +# Test for hex mode + +- translate = `:hex` + +```bash +echo "Hello World!" +```