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 0000000..02d9669 --- /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 |