aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/test/src/test.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-16 18:58:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-16 19:04:10 +0800
commit41fe0580212b3a681fd767d331fd8875ee59b019 (patch)
tree4032d50ecbcb1d7ce566012ade310b00a3b3d921 /mingling_picker/test/src/test.rs
parent7ab6216fd2c056ef0c155f37e4c95df90b88701c (diff)
feat(picker): add `Flag` value type and `Pickable` implementation
Add a new `Flag` enum in `mingling_picker::value` that explicitly distinguishes between an absent flag (`Inactive`) and a present flag (`Active`), along with its `Pickable` implementation. Rename internal fields from `flag_*` to `arg_*` for consistency, update the default naming case to `Kebab`, and enable the `mingling_support` feature in workspace settings.
Diffstat (limited to 'mingling_picker/test/src/test.rs')
-rw-r--r--mingling_picker/test/src/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_picker/test/src/test.rs b/mingling_picker/test/src/test.rs
index d3e19b3..29d52ec 100644
--- a/mingling_picker/test/src/test.rs
+++ b/mingling_picker/test/src/test.rs
@@ -1,3 +1,4 @@
mod basic_test;
mod route_test;
mod style_test;
+mod value_flag_test;