Skip to content

Commit d654833

Browse files
committed
Add missing files
1 parent b49b591 commit d654833

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

python/testdata/basic_check.jsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
std.assertEqual(({ x: 1, y: self.x } { x: 2 }).y, 2) &&
2+
std.assertEqual(std.native("concat")("foo", "bar"), "foobar") &&
3+
std.assertEqual(std.native("return_types")(), {a: [1, 2, 3, null, []], b: 1, c: true, d: null, e: {x: 1, y: 2, z: ["foo"]}}) &&
4+
true
5+

python/testdata/trivial.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// used for testing imports
2+
42

0 commit comments

Comments
 (0)