Commit efbe97b
Verified that issue #76 is fixed in main. The parser now correctly handles
boolean expressions with 'and'/'or' operators in assign tags.
Added comprehensive test cases:
- Basic 'and' operator tests
- Basic 'or' operator tests
- Exact test case from issue #76 with string comparisons
All tests pass, confirming the fix is working correctly.
Verifies #76
Co-authored-by: Claude <[email protected]>
1 parent 144d2ad commit efbe97b
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
| |||
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
70 | 83 | | |
71 | 84 | | |
72 | 85 | | |
| |||
0 commit comments