Commit 2351634
committed
fix: use single-line twig content in versioning test for race detector compatibility
The tree-sitter external scanner has a bug that causes multiline twig blocks
to parse incorrectly when the Go race detector is enabled. Changed the test
content to single-line format to avoid this issue while still testing the
diagnostic logic.1 parent b80a24d commit 2351634
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
0 commit comments