Correctly handle EOF after unmatched backtick (#1187)

This commit is contained in:
Jen Basch
2025-08-25 14:31:26 -07:00
committed by Jen Basch
parent 1b49ec9422
commit f7951510b9
5 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1 @@
`

View File

@@ -0,0 +1,7 @@
Pkl Error
Unexpected character `
`. Did you mean `backquote`?
x | `
^
at singleBacktick (file:///$snippetsDir/input/errors/singleBacktick.pkl)