mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Implement -e option to echo (to interpret special characters), and -E to not interpret them
https://github.com/fish-shell/fish-shell/issues/337
This commit is contained in:
@@ -7,3 +7,15 @@ Test pass
|
||||
Test 3 pass
|
||||
Test 4 pass
|
||||
Test 5 pass
|
||||
abc\ndef
|
||||
abc
|
||||
def
|
||||
abc\zdef
|
||||
abc!def
|
||||
abc!def
|
||||
abcQdef
|
||||
abcQ2def
|
||||
abc
|
||||
Catch your breath
|
||||
abc!def
|
||||
abc!1def
|
||||
|
||||
Reference in New Issue
Block a user