blob: b8245bc9de16a10c2d5ff4ef1c89dbd10d702f76 [file] [log] [blame]
# Option keys.
"test.option.bool"
"test.option.uint32"
"test.option.uint64"
"test.option.smallstring"
"test.option.redacted_hex"
"test.option.enum"
"test.option.struct"
# Separators.
"="
" "
# Numeric value prefixes.
"-"
"+"
"0x"
"-0x"
"+0x"
"0"
"-0"
"+0"
# Basic characters.
"0"
"1"
"2"
"3"
"4"
"5"
"6"
"7"
"8"
"9"
"a"
"b"
"c"
"d"
"e"
"f"
"g"
"h"
"i"
"j"
"k"
"l"
"m"
"n"
"o"
"p"
"q"
"r"
"s"
"t"
"u"
"v"
"w"
"x"
"y"
"z"
# Some Boolean values.
"true"
"false"
"off"