aiken/crates/aiken-lang/src/parser/expr/snapshots/bytearray_utf8_escaped.snap

18 lines
282 B
Plaintext

---
source: crates/aiken-lang/src/parser/expr/bytearray.rs
description: "Code:\n\n\"\\\"aiken\\\"\""
---
ByteArray {
location: 0..11,
bytes: [
34,
97,
105,
107,
101,
110,
34,
],
preferred_format: Utf8String,
}