Closed nekr0z closed 1 year ago
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
8b8e597
) compared to base (ffbbdae
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
awesome, thanks!
this fixes #20
ParseNode(node, nil)
should be able to avoid panic even ifnode
does not contain a valid absolute base path in its<head>
, since there can be usable microformats with absolute paths or no paths.ParseNode(nil, base)
should returnnil
instead of panic, because why panic?