diff options
Diffstat (limited to 'shell/hush_test/hush-vars/var_bash6.right')
-rw-r--r-- | shell/hush_test/hush-vars/var_bash6.right | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/hush_test/hush-vars/var_bash6.right b/shell/hush_test/hush-vars/var_bash6.right new file mode 100644 index 0000000..63fc23d --- /dev/null +++ b/shell/hush_test/hush-vars/var_bash6.right @@ -0,0 +1,5 @@ +Expected Actual +a*z : a*z +\z : \z +a1z a2z: a1z a2z +z : z |