---
source: src/tokens.rs
expression: "tokenize(r#\"INSERT \"unclosed string\"#.to_string(), \"\".to_string())"
---
Err(
[
ScanError {
location: Location {
file: "",
offset: 23,
length: 0,
},
kind: UnexpectedEndOfInputWhileLookingForMatching(
'"',
Location {
file: "",
offset: 7,
length: 1,
},
),
},
],
)