We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436c63a commit 3d6ba73Copy full SHA for 3d6ba73
test_suite/stdlib.jsonnet
@@ -1510,6 +1510,8 @@ std.assertEqual(
1510
|||
1511
), { f1: 'a\nb\n', f2: 'a\nb\n' }
1512
) &&
1513
+// Issue https://github.com/google/jsonnet/issues/1014
1514
+std.assertEqual(std.parseYaml('version: 1.2.3'), { version: '1.2.3' }) &&
1515
1516
std.assertEqual(std.asciiUpper('!@#$%&*()asdfghFGHJKL09876 '), '!@#$%&*()ASDFGHFGHJKL09876 ') &&
1517
std.assertEqual(std.asciiLower('!@#$%&*()asdfghFGHJKL09876 '), '!@#$%&*()asdfghfghjkl09876 ') &&
0 commit comments