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