Further improve error recovery

This commit is contained in:
Tony Garnock-Jones 2018-10-08 21:35:07 +01:00
parent f0379c525d
commit 50eec6ba8e
1 changed files with 1 additions and 0 deletions

View File

@ -486,6 +486,7 @@
[(px #px#"^#base64\\{" (list _))
(read-base64-binary '())]
[_
(read-char i)
(parse-error "Invalid preserve value")])]
[#\: (read-char i) (parse-error "Unexpected key/value separator between items")]
[_ (read-raw-symbol '())])))