git.delta.rocks / jrsonnet / refs/commits / 13cc4c0cbf28

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