sergot / http-useragent

Web user agent class for Perl 6.
MIT License
36 stars 39 forks source link

Fix incorrect test routine #202

Closed zoffixznet closed 6 years ago

zoffixznet commented 6 years ago

is tests string equivalency and Blobs can't be .Stred willy-nilly.

Currently, the use of is is causing a crash of a TODOed test, when the routine attempts to stringify the Blobs for the diagnostic message ( https://github.com/sergot/http-useragent/issues/199 )

zoffixznet commented 6 years ago

This PR is incomplete and test still fails because one type is Buf[uint8] and another is utf8. I'm preparing another PR that includes the fix to the test routine.