ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara b2825c22d7 revset: move whitespace rule out of expression
There's a subtle difference between
 - 'expression = { whitespace* ... whitespace* }', and
 - '_{ whitespace* ~ expression ~ whitespace* }'.

The former includes surrounding whitespace in an "expression", the latter
doesn't. This affects the span of error indication.
2023-02-09 12:11:58 +09:00
..
gen-protos
src revset: move whitespace rule out of expression 2023-02-09 12:11:58 +09:00
tests
testutils
build.rs
Cargo.toml