--- source: src/parser.rs expression: "parse(file.clone(), String::from(\".exit selct select nsert select\"))" --- Err( [ Scan( ScanError { location: Location { file: "", offset: 6, length: 5, }, kind: UnknownKeyword( "selct", ), }, ), Scan( ScanError { location: Location { file: "", offset: 19, length: 5, }, kind: UnknownKeyword( "nsert", ), }, ), ], )