v / cmd / tools / vvet / tests / confusing_regex.out
2 lines · 2 sloc · 386 bytes · 73060f1b1d711370a8031929f16e5c8624585038
Raw
1cmd/tools/vvet/tests/confusing_regex.vv:4: warning: Confusing regex `|` in `foo|bar`: V regex applies `|` to adjacent tokens, not whole branches. Use `(foo)|(bar)` if you intended alternation.
2cmd/tools/vvet/tests/confusing_regex.vv:6: warning: Confusing regex `|` in `zip|zap`: V regex applies `|` to adjacent tokens, not whole branches. Use `(zip)|(zap)` if you intended alternation.
3