unicode_parse_variables: { options = {}; input: { var a = {}; a.你好 = 456; var ↂωↂ = 123; var l০ = 3; // 2nd char is a unicode digit } expect: { var a = {}; a.你好 = 456; var ↂωↂ = 123; var l০ = 3; } } plication/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/pk-crypto.scm
AgeCommit message (Expand)Author
2017-03-16utils: Move base16 procedures to (guix base16)....Ludovic Courtès