aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/test/src/test.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-16 19:58:30 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-16 19:58:30 +0800
commit81049b3abd83115374cfc51b26fb5d5054263f81 (patch)
treebea8e56ebacf96d685b545bc7ea3c8d152910bf9 /mingling_picker/test/src/test.rs
parent4f4a61d493547660260a5aa1db1af8a6ec42bbb6 (diff)
feat(picker): add string value support with inline value matchingfeat/picker2
Implement `Pickable` for `String` supporting both positional and named flags, and generalize value matching to use style-specific separators
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 eb53229..dc251dd 100644
--- a/mingling_picker/test/src/test.rs
+++ b/mingling_picker/test/src/test.rs
@@ -3,3 +3,4 @@ mod basic_test;
mod route_test;
mod style_test;
mod value_flag_test;
+mod value_string_test;