aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-glob/glob2.right
blob: 7a70c226332e5d5b528143393e0e991bcb594f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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