git.delta.rocks / jrsonnet / refs/commits / cf33b6edf3e1

difftreelog

source

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