]> git.ozlabs.org Git - ccan/blobdiff - ccan/rune/test/run.c
runes: allow underscores in field names, as per Python runes 0.6
[ccan] / ccan / rune / test / run.c
index e532655284dbade2701fe22f0d156efa937c65f1..d90b701c609cc48401029f8988e97dfe660f7f21 100644 (file)
@@ -43,7 +43,7 @@ int main(void)
        assert(vecs);
        lines = tal_strsplit(mr, take(vecs), "\n", STR_NO_EMPTY);
 
-       plan_tests(343);
+       plan_tests(355);
 
        for (size_t i = 0; lines[i]; i++) {
                struct rune *rune1, *rune2;