We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4003c4d commit 436c63aCopy full SHA for 436c63a
test_suite/stdlib.jsonnet
@@ -1500,6 +1500,16 @@ std.assertEqual(
1500
|||
1501
), [1, 2, 3]
1502
) &&
1503
+std.assertEqual(
1504
+ std.parseYaml(
1505
+ |||
1506
+ f1: |
1507
+ a
1508
+ b
1509
+ f2: "a\nb\n"
1510
1511
+ ), { f1: 'a\nb\n', f2: 'a\nb\n' }
1512
+) &&
1513
1514
std.assertEqual(std.asciiUpper('!@#$%&*()asdfghFGHJKL09876 '), '!@#$%&*()ASDFGHFGHJKL09876 ') &&
1515
std.assertEqual(std.asciiLower('!@#$%&*()asdfghFGHJKL09876 '), '!@#$%&*()asdfghfghjkl09876 ') &&
0 commit comments