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