Commit dfb5174
committed
🐛 Add missing lookahead_case_insensitive_string!
This adds `lookahead_{token}!` to `def_token_matchers`, as a lookahead
version of match, returning the value without consuming the token.
`lookahead_case_insensitive_string!` is a fallback for the regexp in
`body_type_1part`. This fallback should be invoked nnly very rarely.
Its definition was lost when rebasing.1 parent bcdf31f commit dfb5174
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
84 | 94 | | |
85 | 95 | | |
86 | 96 | | |
| |||
99 | 109 | | |
100 | 110 | | |
101 | 111 | | |
| 112 | + | |
102 | 113 | | |
103 | 114 | | |
104 | 115 | | |
| |||
0 commit comments