json: allow strange characters through our JSON parser.

Fixes: #387
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-03-26 10:38:47 +10:30
parent 9f7d4312ff
commit ed9093fcbd
2 changed files with 0 additions and 25 deletions

View File

@@ -456,7 +456,6 @@ class LightningDTests(BaseLightningDTests):
# separator, and not for example "lnbcrt1m1....".
assert b11.count('1') == 1
@unittest.expectedFailure
def test_invoice_weirdstring(self):
l1 = self.node_factory.get_node()