Skip to content

Instantly share code, notes, and snippets.

Created November 20, 2015 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/54c68dd756572eae51fe to your computer and use it in GitHub Desktop.
Save anonymous/54c68dd756572eae51fe to your computer and use it in GitHub Desktop.
[jdv@wieldy p6-uri2]$ git push
Counting objects: 14, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (13/13), done.
Writing objects: 100% (14/14), 1.06 KiB | 0 bytes/s, done.
Total 14 (delta 9), reused 0 (delta 0)
To git@github.com:jdv/p6-uri2.git
* [new branch] value_type_by_role_param -> value_type_by_role_param
[jdv@wieldy p6-uri2]$ perl6 -Ilib t/01-basic.t
ok 1 - instance type
ok 2 - scheme
ok 3 - authority
ok 4 - userinfo
ok 5 - host
ok 6 - port
ok 7 - path
ok 8 - path[0]
ok 9 - path[1]
ok 10 - query
ok 11 - fragment.value
ok 12 - fragment.Str
ok 13 - round trip
ok 14 - instance type
Method 'item' not found for invocant of class 'T'
in method canonical at /home/jdv/p6-uri2/lib/URI2/Authority/Port.pm6:10
in method escaped at /home/jdv/p6-uri2/lib/URI2/Authority/Port.pm6:7
in method Str at /home/jdv/p6-uri2/lib/URI2/Value.pm6:19
in method Str at /home/jdv/p6-uri2/lib/URI2/Authority.pm6:26
in method Str at /home/jdv/p6-uri2/lib/URI2/Out.pm6:6
in sub is at lib/Test.pm:134
in block <unit> at t/01-basic.t:27
[jdv@wieldy p6-uri2]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment