diff options
Diffstat (limited to 'shell/ash_test/ash-misc/for_with_bslashes.right')
-rw-r--r-- | shell/ash_test/ash-misc/for_with_bslashes.right | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | a | ||
2 | b\c | ||
3 | b\\c | ||
4 | b"c | ||
5 | b'c | ||
6 | b$c | ||
7 | b`true`c | ||
8 | Zero:0 | ||