Feature flag support for ? wildcard

This partially reverts 6e56637cf0 and #4520
by bringing back the ? wildcard, guarded by the qmark-noglob feature flag.
This commit is contained in:
ridiculousfish
2018-05-05 19:11:57 -07:00
parent dc8d603f98
commit 762c31be87
13 changed files with 117 additions and 41 deletions

View File

@@ -0,0 +1 @@
--features '' -c 'string match --quiet "??" ab ; echo "qmarkon: $status"'

View File

@@ -0,0 +1 @@
qmarkon: 0

View File

@@ -0,0 +1 @@
--features 'qmark-noglob' -C 'string match --quiet "??" ab ; echo "qmarkoff: $status"'

View File

@@ -0,0 +1 @@
qmarkoff: 1