Correctly handle EOF after unmatched backtick (#1187)

This commit is contained in:
Jen Basch
2025-08-25 14:31:26 -07:00
committed by GitHub
parent b32039a4f1
commit a8806416b9
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)