Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [git:(detached from 76df29d)] [0:51:10] rob@pyxis ~/projects/rakudo-star/modules/uri $ PERL6LIB=lib perl6 t/01.t
- 1..47
- ok 1 - We use URI and we are still alive
- ok 2 - scheme
- ok 3 - host
- <snip>
- ok 45 - query param foo - el 2 relative path without frag
- ok 46 - validating parser okd good URI
- ok 47 - validating parser rejected bad URI
- [git:(detached from 76df29d)] [0:53:05] rob@pyxis ~/projects/rakudo-star/modules/uri $ PERL6LIB=blib/lib:lib perl6 t/01.t
- 1..47
- ok 1 - We use URI and we are still alive
- ok 2 - scheme
- ok 3 - host
- ok 4 - port
- ok 5 - path
- ok 6 - query
- ok 7 - frag
- ok 8 - segements
- ok 9 - first chunk
- ok 10 - second chunk
- ok 11 - Complete path stringification
- ok 12 - scheme
- ok 13 - host
- ok 14 - https://eXAMplE.COM stringifies to https://example.com
- Cannot invoke null object
- in sub scheme_port at lib/URI/DefaultPort.pm:33
- in method default_port at lib/URI.pm:150
- in method port at lib/URI.pm:160
- in block at t/01.t:31
- # Looks like you planned 47 tests, but ran 14
Advertisement
Add Comment
Please, Sign In to add comment