1 2 3 4 5 6 7 8 9 10 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, ]