mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 14:57:24 +02:00
Add previously forgotten tests
This commit is contained in:
parent
5ff7ee047d
commit
bb8d424f73
1
testdata/native6.golden
vendored
Normal file
1
testdata/native6.golden
vendored
Normal file
@ -0,0 +1 @@
|
||||
"{}"
|
1
testdata/native6.jsonnet
vendored
Normal file
1
testdata/native6.jsonnet
vendored
Normal file
@ -0,0 +1 @@
|
||||
std.native("jsonToString")(x={})
|
10
testdata/native7.golden
vendored
Normal file
10
testdata/native7.golden
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
RUNTIME ERROR: Function has no parameter y
|
||||
-------------------------------------------------
|
||||
testdata/native7:1:1-33 $
|
||||
|
||||
std.native("jsonToString")(y={})
|
||||
|
||||
-------------------------------------------------
|
||||
During evaluation
|
||||
|
||||
|
1
testdata/native7.jsonnet
vendored
Normal file
1
testdata/native7.jsonnet
vendored
Normal file
@ -0,0 +1 @@
|
||||
std.native("jsonToString")(y={})
|
Loading…
Reference in New Issue
Block a user