From 7ee0ce745e7ed4b7672decc8bd18d2057cd47d82 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 17 Oct 2012 02:56:03 -0700 Subject: Implement -e option to echo (to interpret special characters), and -E to not interpret them https://github.com/fish-shell/fish-shell/issues/337 --- tests/test1.out | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/test1.out') diff --git a/tests/test1.out b/tests/test1.out index f20a722f..5ca9888c 100644 --- a/tests/test1.out +++ b/tests/test1.out @@ -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 -- cgit v1.2.3