jrsonnet
refs/commits
f1b79348e232
tests/suite/builtin_chars.jsonnet
1local c = '😎';2std.assertEqual({ c: std.codepoint(c), l: std.length(c) }, { c: 128526, l: 1 }) &&3true