Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify expected output of parsed form to reflect unix file format #51

Closed
wants to merge 1 commit into from

Conversation

bjhare
Copy link

@bjhare bjhare commented Oct 12, 2024

Addresses following issue:

#   Failed test at t/form.t line 86.
#          got: 'POST http://localhost/
# Content-Length: 80
# Content-Type: application/x-www-form-urlencoded
# 
# i.x=1&i.y=1&c=on&r=b&t=&p=&tel=&date=&h=xyzzy&f=&x=&a=%0Aabc%0A+++&s=bar&m=a&m=b
# '
#     expected: 'POST http://localhost/
# Content-Length: 86
# Content-Type: application/x-www-form-urlencoded
# 
# i.x=1&i.y=1&c=on&r=b&t=&p=&tel=&date=&h=xyzzy&f=&x=&a=%0D%0Aabc%0D%0A+++&s=bar&m=a&m=b
# '
# Looks like you failed 1 test of 134.
t/form.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/134 subtests

@haarg
Copy link
Member

haarg commented Oct 12, 2024

This is not correct. The expected output in the tests is correct. The module's behavior needs to be adjusted.

@haarg
Copy link
Member

haarg commented Oct 12, 2024

#50

@bjhare
Copy link
Author

bjhare commented Oct 12, 2024

Ah, I see, thanks for pointer.

@bjhare bjhare closed this Oct 12, 2024
@bjhare bjhare deleted the textarea-newline-fix branch October 12, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants