Commit b36e074
test: add doctests for wildcard expression parsing
Add doctests to verify the wildcard regex expansion fix works correctly:
- from_literal("needs.*.result") -> Lookup('needs', '*', 'result')
- tokenizer("contains(needs.*.result, 'failure')") parses correctly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6ffd4e2 commit b36e074
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
1164 | 1167 | | |
1165 | 1168 | | |
1166 | 1169 | | |
| 1170 | + | |
| 1171 | + | |
1167 | 1172 | | |
1168 | 1173 | | |
1169 | 1174 | | |
| |||
0 commit comments