Guest User

Untitled

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