mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 16:52:44 +01:00
ircd::json: Allow trailing valid whitespace in tight validator.
This commit is contained in:
parent
a4f105d390
commit
9b36a87741
1 changed files with 1 additions and 1 deletions
|
@ -4656,7 +4656,7 @@ namespace ircd::json
|
|||
decltype(ircd::json::validation)
|
||||
ircd::json::validation
|
||||
{
|
||||
parser.value(0) >> eoi
|
||||
parser.value(0) >> parser.ws >> eoi
|
||||
};
|
||||
|
||||
decltype(ircd::json::validation_expect)
|
||||
|
|
Loading…
Reference in a new issue