mirror of
https://github.com/casey/just.git
synced 2024-11-26 11:43:43 +03:00
Adjust
This commit is contained in:
parent
fa92886eb8
commit
0da196645c
@ -77,7 +77,7 @@ fn and_has_higher_precedence_than_or() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn misc() {
|
fn nesting() {
|
||||||
evaluate("'' || '' || '' || '' || 'foo'", "foo");
|
evaluate("'' || '' || '' || '' || 'foo'", "foo");
|
||||||
evaluate("'foo' && 'foo' && 'foo' && 'foo' && 'bar'", "bar");
|
evaluate("'foo' && 'foo' && 'foo' && 'foo' && 'bar'", "bar");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user