aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-glob/glob2.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-glob/glob2.right')
-rw-r--r--shell/hush_test/hush-glob/glob2.right18
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/hush_test/hush-glob/glob2.right b/shell/hush_test/hush-glob/glob2.right
new file mode 100644
index 000000000..7a70c2263
--- /dev/null
+++ b/shell/hush_test/hush-glob/glob2.right
@@ -0,0 +1,18 @@
1Expected Actual
2Z\* : Z\*
3Z* : Z*
4Z\f : Z\f
5Z\* : Z\*
6
7Z\z : Z\z
8Zz : Zz
9Z\z : Z\z
10Z\z : Z\z
11
12Z\ : Z\
13Z\ : Z\
14
15Z\f Zf : Z\f Zf
16Z\f Zf : Z\f Zf
17
18Done: 0