feature flags: default stderr-nocaret to on

This commit is contained in:
David Adam
2021-04-07 22:43:49 +08:00
parent 2e44076397
commit a918cabf5e
4 changed files with 6 additions and 7 deletions

View File

@@ -54,12 +54,12 @@ eval test_function
# Future Feature Flags
status features
#CHECK: stderr-nocaret off 3.0 ^ no longer redirects stderr
#CHECK: stderr-nocaret on 3.0 ^ no longer redirects stderr
#CHECK: qmark-noglob off 3.0 ? no longer globs
#CHECK: regex-easyesc off 3.1 string replace -r needs fewer \'s
status test-feature stderr-nocaret
echo $status
#CHECK: 1
#CHECK: 0
status test-feature not-a-feature
echo $status
#CHECK: 2