fix: port last missing test
This test has been added after the first implementation, so we move it to the new format :)
This commit is contained in:
15
crates/aiken-lang/src/tests/snapshots/format_int_uint.snap
Normal file
15
crates/aiken-lang/src/tests/snapshots/format_int_uint.snap
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
source: crates/aiken-lang/src/tests/format.rs
|
||||
description: "Code:\n\nconst i = 42\n\nconst j = -14\n\nfn foo() {\n when y is {\n 14 -> -14\n -42 -> 42\n }\n}\n"
|
||||
---
|
||||
const i = 42
|
||||
|
||||
const j = -14
|
||||
|
||||
fn foo() {
|
||||
when y is {
|
||||
14 -> -14
|
||||
-42 -> 42
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user