diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-09 15:09:16 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-09 15:09:16 +0800 |
| commit | 89b5132b8c17b6eba45b1bd49aa18b0c02016387 (patch) | |
| tree | a224d7ab2711aff3c3276844f97746f25a18db18 /mingling/src/parser.rs | |
| parent | f5cdf5cc7c3bd434ff7a88c73b33f96c4d3b6562 (diff) | |
Add comprehensive test suite for picker parser module
Diffstat (limited to 'mingling/src/parser.rs')
| -rw-r--r-- | mingling/src/parser.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling/src/parser.rs b/mingling/src/parser.rs index ca3ca8c..e25322e 100644 --- a/mingling/src/parser.rs +++ b/mingling/src/parser.rs @@ -5,3 +5,6 @@ mod picker; pub use crate::parser::picker::*; pub use crate::parser::picker::bools::*; + +#[cfg(test)] +mod test; |
