|
3493 | 3493 | </dict>
|
3494 | 3494 | <dict>
|
3495 | 3495 | <key>In-Title</key>
|
3496 |
| - <string>NSURLWithString-parse-absolute-escape-006</string> |
| 3496 | + <string>NSURLWithString-parse-absolute-escape-006-pipe-invalid</string> |
3497 | 3497 | <key>In-URLCreator</key>
|
3498 | 3498 | <string>NSURLWithString</string>
|
3499 | 3499 | <key>In-Url</key>
|
3500 | 3500 | <string>http://test.com/unescaped|pipe</string>
|
3501 | 3501 | <key>Out-NSResults</key>
|
3502 | 3502 | <string><null url></string>
|
3503 | 3503 | </dict>
|
| 3504 | + <dict> |
| 3505 | + <key>In-Title</key> |
| 3506 | + <string>NSURLWithString-parse-absolute-escape-006-pipe-valid</string> |
| 3507 | + <key>In-URLCreator</key> |
| 3508 | + <string>NSURLWithString</string> |
| 3509 | + <key>In-Url</key> |
| 3510 | + <string>http://test.com/unescaped|pipe</string> |
| 3511 | + <key>Out-NSResults</key> |
| 3512 | + <dict> |
| 3513 | + <key>absoluteString</key> |
| 3514 | + <string>http://test.com/unescaped%7Cpipe</string> |
| 3515 | + <key>absoluteURLString</key> |
| 3516 | + <string>http://test.com/unescaped%7Cpipe</string> |
| 3517 | + <key>baseURLString</key> |
| 3518 | + <string><null></string> |
| 3519 | + <key>deletingLastPathComponent</key> |
| 3520 | + <string>http://test.com/</string> |
| 3521 | + <key>deletingLastPathExtension</key> |
| 3522 | + <string>http://test.com/unescaped%7Cpipe</string> |
| 3523 | + <key>fragment</key> |
| 3524 | + <string><null></string> |
| 3525 | + <key>host</key> |
| 3526 | + <string>test.com</string> |
| 3527 | + <key>isFileURL</key> |
| 3528 | + <string>NO</string> |
| 3529 | + <key>lastPathComponent</key> |
| 3530 | + <string>unescaped|pipe</string> |
| 3531 | + <key>password</key> |
| 3532 | + <string><null></string> |
| 3533 | + <key>path</key> |
| 3534 | + <string>/unescaped|pipe</string> |
| 3535 | + <key>pathComponents</key> |
| 3536 | + <array> |
| 3537 | + <string>/</string> |
| 3538 | + <string>unescaped|pipe</string> |
| 3539 | + </array> |
| 3540 | + <key>pathExtension</key> |
| 3541 | + <string></string> |
| 3542 | + <key>port</key> |
| 3543 | + <string><null></string> |
| 3544 | + <key>query</key> |
| 3545 | + <string><null></string> |
| 3546 | + <key>relativePath</key> |
| 3547 | + <string>/unescaped|pipe</string> |
| 3548 | + <key>relativeString</key> |
| 3549 | + <string>http://test.com/unescaped%7Cpipe</string> |
| 3550 | + <key>scheme</key> |
| 3551 | + <string>http</string> |
| 3552 | + <key>standardizedURL</key> |
| 3553 | + <string>http://test.com/unescaped%7Cpipe</string> |
| 3554 | + <key>user</key> |
| 3555 | + <string><null></string> |
| 3556 | + </dict> |
| 3557 | + </dict> |
3504 | 3558 | <dict>
|
3505 | 3559 | <key>In-Title</key>
|
3506 | 3560 | <string>NSURLWithString-parse-absolute-escape-007</string>
|
|
0 commit comments