96ca73e130
In Rust >= 1.24.0 we could have used `char::is_ascii_hexdigit`, but to keep compatiblity with older versions, `char::is_digit(16)` is used. Fixes #240.
9 lines
335 B
JSON
9 lines
335 B
JSON
{
|
||
"answer1": {"type": "string", "value": "\u000B"},
|
||
"answer4": {"type": "string", "value": "\u03B4α"},
|
||
"answer8": {"type": "string", "value": "\u03B4β"},
|
||
"answer9": {"type": "string", "value": "\uc0de"},
|
||
"answer10": {"type": "string", "value": "\u03B4α"},
|
||
"answer11": {"type": "string", "value": "\uABC1"}
|
||
}
|