html.parser.analyzer: find-between* didn't always return a sequence, which in turn broke find-hrefs (reported by randy7)
parent
50c3f2e03e
commit
99a37fd571
|
@ -29,8 +29,7 @@ TUPLE: link attributes clickable ;
|
|||
: find-between* ( vector i/f tag/f -- vector )
|
||||
over integer? [
|
||||
[ tail-slice ] [ name>> ] bi*
|
||||
dupd find-matching-close drop dup [ 1 + ] when
|
||||
[ head ] [ first ] if*
|
||||
dupd find-matching-close drop 0 or 1 + head
|
||||
] [
|
||||
3drop V{ } clone
|
||||
] if ; inline
|
||||
|
|
Loading…
Reference in New Issue