summaryrefslogtreecommitdiff
path: root/distro/tests
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-08-31 13:02:13 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2023-11-26 21:42:23 +0100
commit90f24f1e3c3a2b87ae979d7aedcab8230eeee676 (patch)
treee1d876bebb319992305aec8aa391b8374bf29028 /distro/tests
parentef0264cbe83d12976ba43fa64779b777b55e83f9 (diff)
Bytestring: implement bytestring literals and constants
Implement byte string literals on the format b"xxx" and b64"xxx" which can be used as literals and in constants. The format b"xxx" supports character data and octal and hexadecimal data using C escapes (\n, \nn, \nnn, \xn and \xnn). The format b64"xxx" supports base64 encoded strings (RFC1341).
Diffstat (limited to 'distro/tests')
0 files changed, 0 insertions, 0 deletions