test: check and format tests for logical op chain
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
source: crates/aiken-lang/src/tests/format.rs
|
||||
description: "Code:\n\nfn smth() { and { foo, bar, or { bar, foo }} }\n"
|
||||
---
|
||||
fn smth() {
|
||||
and {
|
||||
foo,
|
||||
bar,
|
||||
or {
|
||||
bar,
|
||||
foo,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user