aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-glob/glob2.right
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-glob/glob2.right')
-rw-r--r--shell/ash_test/ash-glob/glob2.right18
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/ash_test/ash-glob/glob2.right b/shell/ash_test/ash-glob/glob2.right
new file mode 100644
index 000000000..7a70c2263
--- /dev/null
+++ b/shell/ash_test/ash-glob/glob2.right
@@ -0,0 +1,18 @@
+Expected Actual
+Z\* : Z\*
+Z* : Z*
+Z\f : Z\f
+Z\* : Z\*
+
+Z\z : Z\z
+Zz : Zz
+Z\z : Z\z
+Z\z : Z\z
+
+Z\ : Z\
+Z\ : Z\
+
+Z\f Zf : Z\f Zf
+Z\f Zf : Z\f Zf
+
+Done: 0