0 | pass | pass | Remove const suffix |
1 | pass | pass | Remove const prefix |
2 | pass | pass | Remove const suffix is vectorized on user array |
3 | pass | pass | Remove const suffix is vectorized on $@ array |
4 | pass | pass | Remove const suffix from undefined |
5 | pass | pass | Remove shortest glob suffix |
6 | pass | pass | Remove longest glob suffix |
7 | pass | pass | Remove shortest glob prefix |
8 | pass | pass | Remove longest glob prefix |
9 | pass | pass | Strip char class |
10 | pass | pass | Strip unicode prefix |
11 | pass | pass | Bug fix: Test that you can remove everything with glob |
12 | pass | pass | Test that you can remove everything with const |
13 | pass | pass | Prepend using replacement of # |
14 | pass | pass | Append using replacement of % |
15 | pass | pass | strip unquoted and quoted [ |
16 | pass | pass | strip unquoted and quoted [] |
17 | pass | pass | strip unquoted and quoted ? |
18 | pass | pass | strip unquoted and quoted [a] |
19 | pass | pass | Nested % and # operators (bug reported by Crestwave) |
20 | pass | pass | strip * (bug regression) |
21 | pass | pass | strip ? |
22 | pass | pass | strip all |
23 | pass | pass | strip none |
24 | pass | pass | strip all unicode |
25 | pass | pass | strip none unicode |
26 | pass | pass | Strip Right Brace (#702) |
27 | pass | pass | \(\) in pattern (regression) |
28 | pass | pass | extglob in pattern |