Skip to content

Commit 23b1cdd

Browse files
committed
fix formatting (and tests)
1 parent 40713b7 commit 23b1cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_suite/stdlib.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ std.assertEqual(std.xor(true, true), false) &&
15501550
std.assertEqual(std.xnor(true, false), false) &&
15511551
std.assertEqual(std.xnor(true, true), true) &&
15521552

1553-
std.assertEqual(std.isEmpty(""), true) &&
1554-
std.assertEqual(std.isEmpty("non-empty string"), false) &&
1553+
std.assertEqual(std.isEmpty(''), true) &&
1554+
std.assertEqual(std.isEmpty('non-empty string'), false) &&
15551555

15561556
true

0 commit comments

Comments
 (0)