summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-liburi-perl/ptest-raw.log
blob: 8d0f688730cec29d8f0a70d7b92bbbdd7f838851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
START: ptest-runner
2024-04-18T01:19
BEGIN: /usr/lib/liburi-perl/ptest
1..19
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
PASS: t/rfc2732
ok 1 - userinfo is included
ok 2 - set password to undef
ok 3 - ... also for username "0"
1..3
PASS: t/userpass
1..13
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
PASS: t/sip
1..2
ok 1
ok 2
PASS: t/clone
ok 1 - Query parameters are sorted
1..1
PASS: t/sort-hash-query-form
1..40
ok 1 - Simple: created
ok 2 - Simple: scheme
ok 3 - Simple: latitude
ok 4 - Simple: longitude
ok 5 - Simple: altitude
ok 6 - Simple w/ alt: created
ok 7 - Simple w/ alt: scheme
ok 8 - Simple w/ alt: latitude
ok 9 - Simple w/ alt: longitude
ok 10 - Simple w/ alt: altitude
ok 11 - Array: created
ok 12 - Array: scheme
ok 13 - Array: latitude
ok 14 - Array: longitude
ok 15 - Array: altitude
ok 16 - Hash, short names: created
ok 17 - Hash, short names: scheme
ok 18 - Hash, short names: latitude
ok 19 - Hash, short names: longitude
ok 20 - Hash, short names: altitude
ok 21 - Hash, long names: created
ok 22 - Hash, long names: scheme
ok 23 - Hash, long names: latitude
ok 24 - Hash, long names: longitude
ok 25 - Hash, long names: altitude
ok 26 - Point object: created
ok 27 - Point object: scheme
ok 28 - Point object: latitude
ok 29 - Point object: longitude
ok 30 - Point object: altitude
ok 31 - Point object: created
ok 32 - Point object: scheme
ok 33 - Point object: latitude
ok 34 - Point object: longitude
ok 35 - Point object: altitude
ok 36 - URI::geo object: created
ok 37 - URI::geo object: scheme
ok 38 - URI::geo object: latitude
ok 39 - URI::geo object: longitude
ok 40 - URI::geo object: altitude
PASS: t/geo_construct
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
PASS: t/news
1..6
ok 1 - only attempt to load the scheme package once
ok 2 - no exception when trying to load a scheme handler class
ok 3 - but URI still instantiated as foreign
ok 4 - only attempt to load the scheme package once
ok 5 - no exception when trying to load a scheme handler class
ok 6 - but URI still instantiated as foreign
PASS: t/urn-scheme-exceptions
ok 1 - correctly created a URI from a utf8-downgrade string
1..1
PASS: t/escape-char
1..9
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
PASS: t/rtsp
ok 1 - host
ok 2 - port
1..2
PASS: t/ipv6
1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
PASS: t/mix
ok 1 - ==
ok 2 - !=
1..2
PASS: t/num_eq
ok 1
ok 2
ok 3
ok 4
ok 5
1..5
PASS: t/utf8
ok 1 - only attempt to load the scheme package once
ok 2 - no exception when trying to load a scheme handler class
ok 3 - but URI still instantiated as foreign
# 1
ok 4 - only attempt to load the scheme package once
ok 5 - no exception when trying to load a scheme handler class
ok 6 - but URI still instantiated as foreign
# 1
1..6
PASS: t/scheme-exceptions
1..20
ok 1 - query_form_hash get
ok 2 - query_form_hash set
ok 3 - query_param list keys
ok 4 - query_param scalar return
ok 5 - query_param list return
ok 6 - query_param set return
ok 7 - param order
ok 8 - old values returned
ok 9
ok 10 - query_param_delete
ok 11
ok 12
ok 13 - delete by assigning empty list
ok 14 - query_param from scratch
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
PASS: t/query-param
ok 1 - path_segments in list context
ok 2 - path_segments in scalar context
ok 3 - set path_segments in list context
ok 4 - set path_segments in scalar context
ok 5 - set path_segments in void context
ok 6 - escaping special characters
ok 7 - An object of class 'URI::_segment' isa 'URI::_segment'
ok 8 - dealing with URI segments
1..8
PASS: t/path-segments
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
PASS: t/idna
1..45
ok 1 - g:h => g:h
ok 2 - g => http://a/b/c/g
ok 3 - ./g => http://a/b/c/g
ok 4 - g/ => http://a/b/c/g/
ok 5 - /g => http://a/g
ok 6 - //g => http://g
ok 7 - ?y => http://a/b/c/d;p?y
ok 8 - g?y => http://a/b/c/g?y
ok 9 - \#s => http://a/b/c/d;p?q\#s
ok 10 - g\#s => http://a/b/c/g\#s
ok 11 - g?y\#s => http://a/b/c/g?y\#s
ok 12 - ;x => http://a/b/c/;x
ok 13 - g;x => http://a/b/c/g;x
ok 14 - g;x?y\#s => http://a/b/c/g;x?y\#s
ok 15 - . => http://a/b/c/
ok 16 - ./ => http://a/b/c/
ok 17 - .. => http://a/b/
ok 18 - ../ => http://a/b/
ok 19 - ../g => http://a/b/g
ok 20 - ../.. => http://a/
ok 21 - ../../ => http://a/
ok 22 - ../../g => http://a/g
ok 23 - <> => http://a/b/c/d;p?q
ok 24 - ../../../g => http://a/../g
ok 25 - ../../../../g => http://a/../../g
ok 26 - /./g => http://a/./g
ok 27 - /../g => http://a/../g
ok 28 - g. => http://a/b/c/g.
ok 29 - .g => http://a/b/c/.g
ok 30 - g.. => http://a/b/c/g..
ok 31 - ..g => http://a/b/c/..g
ok 32 - ./../g => http://a/b/g
ok 33 - ./g/. => http://a/b/c/g/
ok 34 - g/./h => http://a/b/c/g/h
ok 35 - g/../h => http://a/b/c/h
ok 36 - g;x=1/./y => http://a/b/c/g;x=1/y
ok 37 - g;x=1/../y => http://a/b/c/y
ok 38 - g?y/./x => http://a/b/c/g?y/./x
ok 39 - g?y/../x => http://a/b/c/g?y/../x
ok 40 - g\#s/./x => http://a/b/c/g\#s/./x
ok 41 - g\#s/../x => http://a/b/c/g\#s/../x
ok 42 - http:g => http:g
ok 43 - http: => http:
ok 44 - \#foo? => http://a/b/c/d;p?q\#foo?
ok 45 - ?\#foo => http://a/b/c/d;p?\#foo
# 
# 
# In the following cases we did not get back to where we started with rel()
# 1: URI->new("http://a/b/c/g", "http://a/b/c/d;p?q")->rel ==> "g" (not "./g")
# 1: URI->new("http://a/g", "http://a/b/c/d;p?q")->rel ==> "../../g" (not "/g")
# 1: URI->new("http://g", "http://a/b/c/d;p?q")->rel ==> "http://g" (not "//g")
# 1: URI->new("http://a/b/c/d;p?y", "http://a/b/c/d;p?q")->rel ==> "d;p?y" (not "?y")
# 1: URI->new("http://a/b/c/d;p?q#s", "http://a/b/c/d;p?q")->rel ==> "d;p?q#s" (not "#s")
# 1: URI->new("http://a/b/c/", "http://a/b/c/d;p?q")->rel ==> "./" (not ".")
# 1: URI->new("http://a/b/", "http://a/b/c/d;p?q")->rel ==> "../" (not "..")
# 1: URI->new("http://a/", "http://a/b/c/d;p?q")->rel ==> "../../" (not "../..")
# 1: URI->new("http://a/b/c/d;p?q", "http://a/b/c/d;p?q")->rel ==> "d;p?q" (not "<>")
# 1: URI->new("http://a/./g", "http://a/b/c/d;p?q")->rel ==> "../.././g" (not "/./g")
# 1: URI->new("http://a/../g", "http://a/b/c/d;p?q")->rel ==> "../../../g" (not "/../g")
# 1: URI->new("http://a/b/g", "http://a/b/c/d;p?q")->rel ==> "../g" (not "./../g")
# 1: URI->new("http://a/b/c/g/", "http://a/b/c/d;p?q")->rel ==> "g/" (not "./g/.")
# 1: URI->new("http://a/b/c/g/h", "http://a/b/c/d;p?q")->rel ==> "g/h" (not "g/./h")
# 1: URI->new("http://a/b/c/h", "http://a/b/c/d;p?q")->rel ==> "h" (not "g/../h")
# 1: URI->new("http://a/b/c/g;x=1/y", "http://a/b/c/d;p?q")->rel ==> "g;x=1/y" (not "g;x=1/./y")
# 1: URI->new("http://a/b/c/y", "http://a/b/c/d;p?q")->rel ==> "y" (not "g;x=1/../y")
# 1: URI->new("http://a/b/c/d;p?q#foo?", "http://a/b/c/d;p?q")->rel ==> "d;p?q#foo?" (not "#foo?")
# 1: URI->new("http://a/b/c/d;p?#foo", "http://a/b/c/d;p?q")->rel ==> "d;p?#foo" (not "?#foo")
PASS: t/abs
1..16
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
PASS: t/icap
1..17
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
PASS: t/split
1..0 # SKIP Need Business::ISBN 3.005
1..0 # SKIP Need Business::ISBN 3.005
SKIP: t/urn-isbn
1..22
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
PASS: t/data
1..28
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
PASS: t/iri
1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
PASS: t/old-absconf
1..16
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
PASS: t/http
1..1
# 
# Versions for all modules listed in static metadata (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.16
# 
# === Test Requires ===
# 
#     Module                Want     Have
#     --------------------- ---- --------
#     ExtUtils::MakeMaker    any     7.70
#     File::Spec             any     3.88
#     File::Spec::Functions  any     3.88
#     File::Temp             any   0.2311
#     Test::Fatal            any    0.017
#     Test::More            0.96 1.302194
#     Test::Needs            any 0.002010
#     Test::Warnings         any    0.033
#     utf8                   any     1.25
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module           Want     Have
#     ------------ -------- --------
#     Carp              any     1.54
#     Cwd               any     3.89
#     Data::Dumper      any    2.188
#     Encode            any     3.19
#     Exporter         5.57     5.77
#     MIME::Base64        2  3.16_01
#     Net::Domain       any     3.15
#     Scalar::Util      any     1.63
#     constant          any     1.33
#     integer           any     1.01
#     overload          any     1.37
#     parent            any    0.241
#     perl         5.008001 5.038002
#     strict            any     1.12
#     utf8              any     1.25
#     warnings          any     1.65
# 
# === Runtime Suggests ===
# 
#     Module          Want    Have
#     -------------- ----- -------
#     Business::ISBN 3.005 missing
#     Regexp::IPv6    0.03 missing
# 
ok 1 - Reported prereqs
PASS: t/00-report-prereqs
1..26
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
PASS: t/heuristic
1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
PASS: t/rel
1..24
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
# ldap://LDAP-HOST:389/o=University%20of%20Michigan,c=US?postalAddress?base?ObjectClass=*?FOO=Bar,bindname=CN%3DManager%CO%3dFoo
# ldap://ldap-host/o=University%20of%20Michigan,c=US?postaladdress???foo=Bar,bindname=CN=Manager%CO=Foo
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
PASS: t/ldap
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/urn-oid
1..0 # SKIP Needs Geo::Point
1..0 # SKIP Needs Geo::Point
SKIP: t/geo_point
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
PASS: t/pop
ok 1 - constant indicates to treat square brackets as reserved characters (legacy)
ok 2 - legacy: reserved square brackets not escaped
ok 3 - legacy: reserved square brackets not escaped
ok 4 - legacy: reserved square brackets not escaped
ok 5 - legacy: reserved square brackets not escaped
ok 6 - legacy: reserved square brackets not escaped
ok 7 - legacy: reserved square brackets not escaped
1..7
PASS: t/sq-brackets-legacy
1..48
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
PASS: t/generic
1..13
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
PASS: t/ftp
1..5
ok 1
ok 2
ok 3
ok 4
ok 5
PASS: t/old-relbase
1..102
# t/roytest1.html
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
# t/roytest2.html
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
# t/roytest3.html
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
ok 68
ok 69
ok 70
ok 71
ok 72
# t/roytest4.html
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
ok 80
ok 81
ok 82
ok 83
ok 84
ok 85
ok 86
ok 87
# t/roytest5.html
ok 88
ok 89
ok 90
ok 91
ok 92
ok 93
ok 94
ok 95
ok 96
ok 97
ok 98
ok 99
ok 100
ok 101
ok 102
PASS: t/roy-test
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8 - it should accept slash in unwanted characters
ok 9 - it should accept regex char group terminator in unwanted characters
ok 10 - it should accept regex escape character at the end of unwanted characters
ok 11 - it should recognize scalar interpolation injection in unwanted characters
ok 12 - it should recognize array interpolation injection in unwanted characters
ok 13 - it should recognize hash interpolation injection in unwanted characters
ok 14 - it should recognize leading minus
ok 15 - it should recognize leading ^-
ok 16 - it should recognize character groups
ok 17 - it should allow character class escapes
ok 18 - regex characters like / and ^ allowed in range
ok 19 - invalid range with max less than min throws exception
ok 20 - it should allow character class escapes
ok 21 - bad escapes emit warnings
ok 22 - allows regexp objects
ok 23 - allows regexp objects matching multiple characters
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29 - no (unexpected) warnings (via done_testing)
1..29
PASS: t/escape
# store
1..3
# retrieve
ok 1
ok 2
ok 3
PASS: t/storable
1..24
ok 1 - created
ok 2 - An object of class 'URI::geo' isa 'URI::geo'
ok 3 - scheme
ok 4 - opaque
ok 5 - path
ok 6 - fragment
ok 7 - latitude
ok 8 - longitude
ok 9 - altitude
ok 10 - stringify
ok 11 - altitude set
ok 12 - stringify w/ alt
ok 13 - stringify updated w/ alt
ok 14 - created
ok 15 - got location
ok 16 - created
ok 17 - got location
ok 18 - created
ok 19 - got location
ok 20 - crs
ok 21 - u
ok 22 - error ok
ok 23 - eq 1
ok 24 - eq 2
PASS: t/geo_basic
1..8
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
PASS: t/mms
# Turn lib path . into /usr/lib/liburi-perl/ptest/.
# Self tests for URI::URL version 5.28...
# Subtest: scheme tests
    # Testing 'file://host/fseg/fs?g/fseg'
    ok 1 - URI::URL->as_string
    ok 2 - URI::URL->path
    ok 3 - URI::URL->host
    # Testing 'ftp://0%3A:%40@h:0/0?0'
    ok 4 - URI::URL->host
    ok 5 - URI::URL->port
    ok 6 - URI::URL->path
    ok 7 - URI::URL->scheme
    ok 8 - URI::URL->password
    ok 9 - URI::URL->params
    ok 10 - URI::URL->netloc
    ok 11 - URI::URL->query
    ok 12 - URI::URL->as_string
    ok 13 - URI::URL->user
    # Testing 'ftp://host/a/b'
    ok 14 - URI::URL->user
    ok 15 - URI::URL->as_string
    ok 16 - URI::URL->path
    ok 17 - URI::URL->port
    ok 18 - URI::URL->host
    # Testing 'ftp://usr:pswd@web:1234/a/b;type=i'
    ok 19 - URI::URL->params
    ok 20 - URI::URL->password
    ok 21 - URI::URL->user
    ok 22 - URI::URL->as_string
    ok 23 - URI::URL->host
    ok 24 - URI::URL->port
    ok 25 - URI::URL->path
    # Testing 'gopher://gopher/2a_selector'
    ok 26 - URI::URL->gtype
    ok 27 - URI::URL->as_string
    ok 28 - URI::URL->selector
    # Testing 'gopher://host'
    ok 29 - URI::URL->gtype
    ok 30 - URI::URL->as_string
    # Testing 'gopher://host/'
    ok 31 - URI::URL->as_string
    ok 32 - URI::URL->gtype
    # Testing 'hTTp://web1.net/a/b/c/welcome#intro'
    ok 33 - URI::URL->eparams
    ok 34 - URI::URL->full_path
    ok 35 - URI::URL->epath
    ok 36 - URI::URL->frag
    ok 37 - URI::URL->params
    ok 38 - URI::URL->port
    ok 39 - URI::URL->path
    ok 40 - URI::URL->host
    ok 41 - URI::URL->query
    ok 42 - URI::URL->as_string
    ok 43 - URI::URL->scheme
    ok 44 - URI::URL->equery
    # Testing 'http://0:0/0/0;0?0#0'
    ok 45 - URI::URL->params
    ok 46 - URI::URL->host
    ok 47 - URI::URL->path
    ok 48 - URI::URL->port
    ok 49 - URI::URL->scheme
    ok 50 - URI::URL->frag
    ok 51 - URI::URL->netloc
    ok 52 - URI::URL->as_string
    ok 53 - URI::URL->query
    # Testing 'http://web.net'
    ok 54 - URI::URL->scheme
    ok 55 - URI::URL->path
    ok 56 - URI::URL->port
    ok 57 - URI::URL->host
    ok 58 - URI::URL->full_path
    ok 59 - URI::URL->frag
    ok 60 - URI::URL->as_string
    ok 61 - URI::URL->query
    # Testing 'http://web.net/'
    ok 62 - URI::URL->frag
    ok 63 - URI::URL->full_path
    ok 64 - URI::URL->query
    ok 65 - URI::URL->as_string
    ok 66 - URI::URL->host
    ok 67 - URI::URL->path
    ok 68 - URI::URL->port
    ok 69 - URI::URL->scheme
    # Testing 'http://web:1/a?query+text'
    ok 70 - URI::URL->port
    ok 71 - URI::URL->path
    ok 72 - URI::URL->host
    ok 73 - URI::URL->query
    ok 74 - URI::URL->scheme
    ok 75 - URI::URL->frag
    # Testing 'http:/0?0'
    ok 76 - URI::URL->full_path
    ok 77 - URI::URL->path
    ok 78 - URI::URL->query
    ok 79 - URI::URL->as_string
    ok 80 - URI::URL->scheme
    # Testing 'http:0'
    ok 81 - URI::URL->path
    ok 82 - URI::URL->as_string
    ok 83 - URI::URL->query
    ok 84 - URI::URL->scheme
    ok 85 - URI::URL->full_path
    # Testing 'mailto:libwww-perl@ics.uci.edu'
    ok 86 - URI::URL->encoded822addr
    ok 87 - URI::URL->address
    ok 88 - URI::URL->as_string
    # Testing 'news:*'
    ok 89 - URI::URL->groupart
    ok 90 - URI::URL->as_string
    ok 91 - URI::URL->group
    # Testing 'news:comp.lang.perl'
    ok 92 - URI::URL->group
    # Testing 'news:perl-faq/module-list-1-794455075@ig.co.uk'
    ok 93 - URI::URL->article
    # Testing 'nntp://news.com/comp.lang.perl/42'
    ok 94 - URI::URL->group
    # Testing 'rlogin://aas@a.sn.no'
    ok 95 - URI::URL->host
    ok 96 - URI::URL->user
    # Testing 'telnet://usr:pswd@web:12345/'
    ok 97 - URI::URL->host
    ok 98 - URI::URL->user
    ok 99 - URI::URL->password
    1..99
ok 1 - scheme tests
# Subtest: parts test
    ok 1 - URI::URL->as_string
    ok 2 - URI::URL->full_path
    ok 3 - URI::URL->as_string
    ok 4 - URI::URL->full_path
    ok 5 - URI::URL->as_string
    ok 6 - URI::URL->as_string
    ok 7 - URI::URL->as_string
    ok 8 - URI::URL->as_string
    ok 9 - URI::URL->as_string
    ok 10 - $url->keywords
    ok 11 - URI::URL->as_string
    ok 12 - $url->query_form
    ok 13 - URI::URL->as_string
    ok 14 - length
    ok 15 - query_form
    ok 16 - length
    ok 17 - sequence
    ok 18 - URI::URL->as_string
    ok 19 - URI::URL->as_string
    # Subtest: netloc_test
        ok 1 - URI::URL->as_string
        ok 2 - URI::URL->as_string
        ok 3 - URI::URL->as_string
        ok 4 - URI::URL->as_string
        ok 5 - URI::URL->as_string
        ok 6 - URI::URL->as_string
        ok 7 - URI::URL->as_string
        ok 8 - URI::URL->as_string
        ok 9 - URI::URL->as_string
        ok 10 - URI::URL->as_string
        ok 11 - URI::URL->as_string
        ok 12 - URI::URL->as_string
        ok 13 - URI::URL->as_string
        ok 14 - URI::URL->as_string
        ok 15 - URI::URL->as_string
        ok 16 - URI::URL->as_string
        1..16
    ok 20 - netloc_test
    # Subtest: port_test
        ok 1 - port
        ok 2 - string
        ok 3 - port
        ok 4 - string
        ok 5 - port
        ok 6 - string
        ok 7 - port
        ok 8 - string
        1..8
    ok 21 - port_test
    ok 22 - URI::URL->as_string
    ok 23 - URI::URL->as_string
    ok 24 - URI::URL->as_string
    ok 25 - URI::URL->as_string
    ok 26 - URI::URL->as_string
    ok 27 - URI::URL->as_string
    ok 28 - URI::URL->as_string
    ok 29 - URI::URL->as_string
    ok 30 - URI::URL->as_string: "<" and ">" are gone
    ok 31 - 9 elements
    # Cracked result: http*UNDEF*UNDEF*host*80*/path*param*query*frag
    ok 32 - crack result
    ok 33 - 9 elements
    # Cracked result: UNDEF*anonymous*anonymous@*UNDEF*21*foo/bar*UNDEF*UNDEF*UNDEF
    ok 34 - 9 elements
    # Cracked result: ftp*u*p*host*21*/q?path*UNDEF*path*UNDEF
    ok 35 - crack result
    ok 36 - 9 elements
    ok 37 - passwd in anonymous crack
    # Cracked result: ftp*anonymous*passwd*ftp.sn.no*21*/pub*UNDEF*UNDEF*UNDEF
    ok 38 - crack result
    ok 39 - 9 elements
    # Cracked result: mailto*UNDEF*UNDEF*UNDEF*UNDEF*/aas@sn.no*UNDEF*UNDEF*UNDEF
    ok 40 - 9 elements
    # Cracked result: news*UNDEF*UNDEF*UNDEF*119*comp.lang.perl.misc*UNDEF*UNDEF*UNDEF
    ok 41 - crack result
    1..41
ok 2 - parts test
# Subtest: escape test
    ok 1 - URI::URL->as_string
    ok 2 - URI::URL->as_string
    ok 3 - URI::URL->as_string
    ok 4 - uri_escape->uri_unescape
    ok 5 - URI::URL->as_string
    ok 6 - URI::URL->as_string
    1..6
ok 3 - escape test
# Subtest: newlocal test
    ok 1 - URI::URL->as_string
    # Local directory is /var/volatile/tmp/1Rx_cfebB7/
    ok 2 - URI::URL->as_string
    ok 3 - URI::URL->as_string
    ok 4 - URI::URL->as_string
    ok 5 - URI::URL->as_string
    ok 6 - URI::URL->as_string
    ok 7 - URI::URL->as_string
    ok 8 - URI::URL->as_string
    ok 9 - URI::URL->as_string
    ok 10 - URI::URL->as_string
    ok 11 - URI::URL->as_string
    ok 12 - URI::URL->as_string
    ok 13 - URI::URL->as_string
    ok 14 - URI::URL->as_string
    ok 15 - URI::URL->as_string
    ok 16 - URI::URL->as_string
    ok 17 - URI::URL->as_string
    ok 18 - URI::URL->as_string
    ok 19 - URI::URL->as_string
    ok 20 - URI::URL->as_string
    1..20
ok 4 - newlocal test
# Subtest: Test relative/absolute URI::URL parsing
    #   Relative    +  Base  =>  Expected Absolute URL
    # ------------------------------------------------
    #   g:h         +  http://a/b/c/d;p?q#f  =>  g:h
    ok 1 - URI::URL->as_string
    #   g           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g
    ok 2 - URI::URL->as_string
    #   ./g         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g
    ok 3 - URI::URL->as_string
    #   g/          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g/
    ok 4 - URI::URL->as_string
    #   /g          +  http://a/b/c/d;p?q#f  =>  http://a/g
    ok 5 - URI::URL->as_string
    #   //g         +  http://a/b/c/d;p?q#f  =>  http://g
    ok 6 - URI::URL->as_string
    #   g?y         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g?y
    ok 7 - URI::URL->as_string
    #   g?y/./x     +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g?y/./x
    ok 8 - URI::URL->as_string
    #   #s          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/d;p?q#s
    ok 9 - URI::URL->as_string
    #   g#s         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g#s
    ok 10 - URI::URL->as_string
    #   g#s/./x     +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g#s/./x
    ok 11 - URI::URL->as_string
    #   g?y#s       +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g?y#s
    ok 12 - URI::URL->as_string
    #   g;x         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g;x
    ok 13 - URI::URL->as_string
    #   g;x?y#s     +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g;x?y#s
    ok 14 - URI::URL->as_string
    #   .           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/
    ok 15 - URI::URL->as_string
    #   ./          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/
    ok 16 - URI::URL->as_string
    #   ..          +  http://a/b/c/d;p?q#f  =>  http://a/b/
    ok 17 - URI::URL->as_string
    #   ../         +  http://a/b/c/d;p?q#f  =>  http://a/b/
    ok 18 - URI::URL->as_string
    #   ../g        +  http://a/b/c/d;p?q#f  =>  http://a/b/g
    ok 19 - URI::URL->as_string
    #   ../..       +  http://a/b/c/d;p?q#f  =>  http://a/
    ok 20 - URI::URL->as_string
    #   ../../      +  http://a/b/c/d;p?q#f  =>  http://a/
    ok 21 - URI::URL->as_string
    #   ../../g     +  http://a/b/c/d;p?q#f  =>  http://a/g
    ok 22 - URI::URL->as_string
    #               +  http://a/b/c/d;p?q#f  =>  http://a/b/c/d;p?q#f
    ok 23 - URI::URL->as_string
    #   /./g        +  http://a/b/c/d;p?q#f  =>  http://a/./g
    ok 24 - URI::URL->as_string
    #   /../g       +  http://a/b/c/d;p?q#f  =>  http://a/../g
    ok 25 - URI::URL->as_string
    #   g.          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g.
    ok 26 - URI::URL->as_string
    #   .g          +  http://a/b/c/d;p?q#f  =>  http://a/b/c/.g
    ok 27 - URI::URL->as_string
    #   g..         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g..
    ok 28 - URI::URL->as_string
    #   ..g         +  http://a/b/c/d;p?q#f  =>  http://a/b/c/..g
    ok 29 - URI::URL->as_string
    #   ./../g      +  http://a/b/c/d;p?q#f  =>  http://a/b/g
    ok 30 - URI::URL->as_string
    #   ./g/.       +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g/
    ok 31 - URI::URL->as_string
    #   g/./h       +  http://a/b/c/d;p?q#f  =>  http://a/b/c/g/h
    ok 32 - URI::URL->as_string
    #   g/../h      +  http://a/b/c/d;p?q#f  =>  http://a/b/c/h
    ok 33 - URI::URL->as_string
    #   http:g      +  http://a/b/c/d;p?q#f  =>  http:g
    ok 34 - URI::URL->as_string
    #   http:       +  http://a/b/c/d;p?q#f  =>  http:
    ok 35 - URI::URL->as_string
    #   x/y//../z   +  http://a/b/c/d;p?q#f  =>  http://a/b/c/x/y/z
    ok 36 - URI::URL->as_string
    #   1           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/1
    ok 37 - URI::URL->as_string
    #   0           +  http://a/b/c/d;p?q#f  =>  http://a/b/c/0
    ok 38 - URI::URL->as_string
    #   /0          +  http://a/b/c/d;p?q#f  =>  http://a/0
    ok 39 - URI::URL->as_string
    ok 40 - identity
    ok 41 - URL canonicalised
    # --------
    #   http://abc/ +  news:45664545  =>  http://abc/
    ok 42 - ->as_string
    #   news:abc    +  http://abc/  =>  news:abc
    ok 43 - ->as_string
    #   abc         +  file:/test?aas  =>  file:/abc
    ok 44 - ->as_string
    #   ?foo        +  file:/abc  =>  file:/abc?foo
    ok 45 - ->as_string
    #   #foo        +  http://abc/a  =>  http://abc/a#foo
    ok 46 - ->as_string
    #   #foo        +  file:a  =>  file:a#foo
    ok 47 - ->as_string
    #   #foo        +  file:/a  =>  file:/a#foo
    ok 48 - ->as_string
    #   #foo        +  file:/a  =>  file:/a#foo
    ok 49 - ->as_string
    #   #foo        +  file://localhost/a  =>  file://localhost/a#foo
    ok 50 - ->as_string
    #   123@sn.no   +  news:comp.lang.perl.misc  =>  news:/123@sn.no
    ok 51 - ->as_string
    #   no.perl     +  news:123@sn.no  =>  news:/no.perl
    ok 52 - ->as_string
    #   mailto:aas@a.sn.no+  http://www.sn.no/  =>  mailto:aas@a.sn.no
    ok 53 - ->as_string
    #   http:foo    +  http://h/a/b  =>  http://h/a/foo
    ok 54 - ->as_string
    #   http:/foo   +  http://h/a/b  =>  http://h/foo
    ok 55 - ->as_string
    #   http:?foo   +  http://h/a/b  =>  http://h/a/b?foo
    ok 56 - ->as_string
    #   http:#foo   +  http://h/a/b  =>  http://h/a/b#foo
    ok 57 - ->as_string
    #   http:?foo#bar+  http://h/a/b  =>  http://h/a/b?foo#bar
    ok 58 - ->as_string
    #   file:/foo   +  http://h/a/b  =>  file:/foo
    ok 59 - ->as_string
    # absolute test ok
    ok 60 - url('http://abc/a', 'http://abc')->rel = 'a'
    ok 61 - url('http://abc/a', 'http://abc/b')->rel = 'a'
    ok 62 - url('http://abc/a?q', 'http://abc/b')->rel = 'a?q'
    ok 63 - url('http://abc/a;p', 'http://abc/b')->rel = 'a;p'
    ok 64 - url('http://abc/a', 'http://abc/a/b/c/')->rel = '../../../a'
    ok 65 - url('http://abc/a/', 'http://abc/a/')->rel = './'
    ok 66 - url('http://abc/a\#f', 'http://abc/a')->rel = '\#f'
    ok 67 - url('file:/etc/motd', 'file:/')->rel = 'etc/motd'
    ok 68 - url('file:/etc/motd', 'file:/etc/passwd')->rel = 'motd'
    ok 69 - url('file:/etc/motd', 'file:/etc/rc2.d/')->rel = '../motd'
    ok 70 - url('file:/etc/motd', 'file:/usr/lib/doc')->rel = '../../etc/motd'
    ok 71 - url('file:', 'file:/etc/')->rel = '../'
    ok 72 - url('file:foo', 'file:/etc/')->rel = '../foo'
    ok 73 - url('mailto:aas', 'http://abc')->rel = 'mailto:aas'
    ok 74 - url('http://www.math.uio.no/doc/mail/top.html', 'http://www.math.uio.no/doc/linux/')->rel = '../mail/top.html'
    # relative test ok
    1..74
ok 5 - Test relative/absolute URI::URL parsing
# Subtest: eq test
    ok 1 - 1: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 2 - 2: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 3 - 3: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 4 - 4: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 5 - 5: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 6 - 6: http://abc.com/~smith/home.html ne http://abc.com/~smith/home.html
    ok 7 - 7: http://www.sn.no/
    ok 8 - 8: http://www.sn.no/
    ok 9 - 10: ftp://ftp/%2Fetc
    ok 10 - 11: ftp://ftp/%2Fetc
    1..10
ok 6 - eq test
ok 7 - URI::URL->as_string
ok 8 - URI::URL->path
ok 9 - wash&go
# URI::URL version 5.28 ok
1..9
PASS: t/old-base
1..12
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
PASS: t/old-file
ok 1 - constant indicates NOT to treat square brackets as reserved characters
ok 2 - sqb in path and request
ok 3 - sqb in path and request and fragment
ok 4 - sqb in userinfo, host, path, request and fragment
ok 5 - sqb in userinfo, host, path, request and fragment
ok 6 - scheme
ok 7 - userinfo
ok 8 - host
ok 9 - ihost
ok 10 - port
ok 11 - default_port
ok 12 - host_port
ok 13 - is_secure
ok 14 - path
ok 15 - opaque
ok 16 - fragment
ok 17 - query
ok 18 - as_string
ok 19 - has_recognized_scheme
ok 20 - as_iri
ok 21 - abs (no change)
ok 22 - rel
ok 23 - authority
ok 24 - path_query
ok 25 - query_keywords
ok 26 - segments
ok 27 - scalar: query_form
ok 28 - list: query_form
ok 29 - query removed
ok 30 - list: query_form
ok 31 - query removed: canonical
ok 32 - query
ok 33 - segments
ok 34 - rel/canonical
ok 35 - basic IPv6 URI
ok 36 - basic IPv6 URI
ok 37 - userinfo added (unescaped)
ok 38 - userinfo is escaped
ok 39 - userinfo replaced (escaped)
ok 40 - userinfo is escaped
ok 41 - userinfo replaced (escaped2)
ok 42 - userinfo is escaped2
ok 43 - userinfo replaced (escaped3)
ok 44 - userinfo is escaped3
ok 45 - hostname replaced
ok 46 - hostname replaced
ok 47 - host: example.com
ok 48 - same hosts (example.com)
ok 49 - host: 127.0.0.1
ok 50 - same hosts (127.0.0.1)
ok 51 - IPv6 host: fedc:ba98:7654:3210:fedc:ba98:7654:3210
ok 52 - same IPv6 hosts (fedc:ba98:7654:3210:fedc:ba98:7654:3210)
ok 53 - IPv6 host: ::1
ok 54 - same IPv6 hosts (::1)
ok 55 - path replaced
ok 56 - fragment added
ok 57 - authority replaced
ok 58 - authority replaced
ok 59 - authority replaced
ok 60 - authority replaced
ok 61 - authority replaced
1..61
PASS: t/sq-brackets
1..37
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
PASS: t/query
ok 1 - parsing normal URI sets to()
ok 2 - ... and stringification works
ok 3 - to() returns old value
ok 4 - ... and sets new value
ok 5 - ... and stringification works
ok 6 - to() accepts chars that need escaping
ok 7 - ... and stringification escapes them
ok 8 - ... and headers() returns the correct values
ok 9 - setting multiple headers at once works
ok 10 - ... and to() returns the new value
ok 11 - ... and stringification works
ok 12 - starting with an empty URI and setting to() works
ok 13 - subaddress with `+` parsed correctly
ok 14 - ... and stringification works
ok 15 - IPv4 host name
ok 16 - ... and stringification works
ok 17 - IPv4 host name
ok 18 - ... and stringification works
1..18
PASS: t/mailto
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/rsync
1..48
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
PASS: t/gopher
1..15
ok 1 - http://en.wikipedia.org/wiki/Punycode example encode
ok 2 - http://en.wikipedia.org/wiki/Punycode example decode
ok 3 - A encode
ok 4 - A decode
ok 5 - B encode
ok 6 - B decode
ok 7 - E encode
ok 8 - E decode
ok 9 - J encode
ok 10 - J decode
ok 11 - K encode
ok 12 - K decode
ok 13 - O encode
ok 14 - O decode
ok 15 - S encode
PASS: t/punycode
DURATION: 5
END: /usr/lib/liburi-perl/ptest
2024-04-18T01:19
STOP: ptest-runner
TOTAL: 1 FAIL: 0