fix: unable to have newline after expect bool shortcut
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
source: crates/aiken-lang/src/tests/format.rs
|
||||
description: "Code:\n\nfn foo() {\n expect 1 == 1\n\n False\n}\n"
|
||||
---
|
||||
fn foo() {
|
||||
expect 1 == 1
|
||||
|
||||
False
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user