Commit 320cf38
fix: reorder
Move single-char `&` pattern right after `&&`, `||`, `|` so multi-char
operators are checked before their single-char prefixes, matching the
stated design principle in the comment.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>& metacharacter check after multi-char operators1 parent 2328b0f commit 320cf38
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments