chore: forgot a snapshot
This commit is contained in:
parent
e1104f4293
commit
871951933e
11
crates/aiken-lang/src/tests/snapshots/format_allow_comments_in_byte_array.snap
vendored
Normal file
11
crates/aiken-lang/src/tests/snapshots/format_allow_comments_in_byte_array.snap
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
source: crates/aiken-lang/src/tests/format.rs
|
||||
description: "Code:\n\npub const thing =\n #[\n // thing\n 0x12,\n // wow\n 0x10,\n ]\n"
|
||||
---
|
||||
pub const thing =
|
||||
#[
|
||||
// thing
|
||||
0x12,
|
||||
// wow
|
||||
0x10,
|
||||
]
|
Loading…
Reference in New Issue