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