Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed Oct 25, 2022
1 parent b49b591 commit d654833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/testdata/basic_check.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
std.assertEqual(({ x: 1, y: self.x } { x: 2 }).y, 2) &&
std.assertEqual(std.native("concat")("foo", "bar"), "foobar") &&
std.assertEqual(std.native("return_types")(), {a: [1, 2, 3, null, []], b: 1, c: true, d: null, e: {x: 1, y: 2, z: ["foo"]}}) &&
true

2 changes: 2 additions & 0 deletions python/testdata/trivial.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// used for testing imports
42

0 comments on commit d654833

Please sign in to comment.