Add missing error handling branch

Fixes #255
This commit is contained in:
Stanisław Barzowski 2019-01-14 18:32:35 +01:00 committed by Dave Cunningham
parent eea884b12f
commit 686c77b2db
2 changed files with 6 additions and 0 deletions

5
testdata/dollar_bad.golden vendored Normal file
View File

@ -0,0 +1,5 @@
testdata/dollar_bad:1:1-2 No top-level object found.
$(42)

1
testdata/dollar_bad.jsonnet vendored Normal file
View File

@ -0,0 +1 @@
$(42)