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 3d6ba73 commit deac98cCopy full SHA for deac98c
test_suite/stdlib.jsonnet
@@ -1512,6 +1512,8 @@ std.assertEqual(
1512
) &&
1513
// Issue https://github.com/google/jsonnet/issues/1014
1514
std.assertEqual(std.parseYaml('version: 1.2.3'), { version: '1.2.3' }) &&
1515
+// Issue https://github.com/google/jsonnet/issues/1050
1516
+std.assertEqual(std.type(std.parseYaml('id: "12345"').id), 'string') &&
1517
1518
std.assertEqual(std.asciiUpper('!@#$%&*()asdfghFGHJKL09876 '), '!@#$%&*()ASDFGHFGHJKL09876 ') &&
1519
std.assertEqual(std.asciiLower('!@#$%&*()asdfghFGHJKL09876 '), '!@#$%&*()asdfghfghjkl09876 ') &&
0 commit comments