qmark-noglob: Set group back

These are the version the flag was *introduced*, so they should stay
the same over the lifetime of the flag.
This commit is contained in:
Fabian Boehm 2024-01-25 18:26:48 +01:00
parent ac9c5ed1b2
commit bfc17079be
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ pub const METADATA: &[FeatureMetadata] = &[
FeatureMetadata {
flag: FeatureFlag::qmark_noglob,
name: L!("qmark-noglob"),
groups: L!("3.8"), // TODO: Decide if this is 3.8 or 4.0 at some later date
groups: L!("3.0"),
description: L!("? no longer globs"),
default_value: true,
read_only: false,

View File

@ -54,7 +54,7 @@ eval test_function
# Future Feature Flags
status features
#CHECK: stderr-nocaret on 3.0 ^ no longer redirects stderr (historical, can no longer be changed)
#CHECK: qmark-noglob on 3.8 ? no longer globs
#CHECK: qmark-noglob on 3.0 ? no longer globs
#CHECK: regex-easyesc on 3.1 string replace -r needs fewer \'s
#CHECK: ampersand-nobg-in-token on 3.4 & only backgrounds if followed by a separator
status test-feature stderr-nocaret