mirror of
https://github.com/apple/pkl.git
synced 2026-05-21 14:27:07 +02:00
Fix crash due to parse error in module header (#1112)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
module "DoNotQuote"
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
–– Pkl Error ––
|
||||
Unexpected token `"`. Expected `identifier`.
|
||||
|
||||
x | module "DoNotQuote"
|
||||
^
|
||||
at invalidModule1 (file:///$snippetsDir/input/modules/invalidModule1.pkl)
|
||||
Reference in New Issue
Block a user