mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
Correctly handle EOF after unmatched backtick (#1187)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
`
|
||||
@@ -0,0 +1,7 @@
|
||||
–– Pkl Error ––
|
||||
Unexpected character `
|
||||
`. Did you mean `backquote`?
|
||||
|
||||
x | `
|
||||
^
|
||||
at singleBacktick (file:///$snippetsDir/input/errors/singleBacktick.pkl)
|
||||
Reference in New Issue
Block a user