From a62bc80571eae6d286aed9a92d47dc42318a8146 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 3 Oct 2016 00:06:55 +0200 Subject: ash testsuite: add most of hust tests which pass for ash Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-misc/for_with_bslashes.right | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shell/ash_test/ash-misc/for_with_bslashes.right (limited to 'shell/ash_test/ash-misc/for_with_bslashes.right') diff --git a/shell/ash_test/ash-misc/for_with_bslashes.right b/shell/ash_test/ash-misc/for_with_bslashes.right new file mode 100644 index 000000000..02d96692c --- /dev/null +++ b/shell/ash_test/ash-misc/for_with_bslashes.right @@ -0,0 +1,8 @@ +a +b\c +b\\c +b"c +b'c +b$c +b`true`c +Zero:0 -- cgit v1.2.3