tony-o / perl6-html-parser-xml

html -> xml::document converter
2 stars 5 forks source link

06_tables.txt hangs because of recent rakudo Nil change #7

Closed jdv closed 9 years ago

jdv commented 9 years ago

Below seems to bandaid it. Not sure if there is a better fix.

[jdv@wieldy t]$ git diff diff --git a/t/06_tables.t b/t/06_tables.t index 6d82ad4..8a60de2 100644 --- a/t/06_tables.t +++ b/t/06_tables.t @@ -22,6 +22,7 @@ sub traverse($doc) { take $node;

     for $node.?nodes -> $child {
tony-o commented 9 years ago

thanks for the testing ^ fixed with b8223fa