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