Pass | Constructing the entry list shouldn't perform newline normalization: \n in the value | Asserts runPass | assert_equals("b\nc", "b\nc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:45:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \r in the value | Asserts runPass | assert_equals("b\rc", "b\rc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:50:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \r\n in the value | Asserts runPass | assert_equals("b\r\nc", "b\r\nc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:55:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \n\r in the value | Asserts runPass | assert_equals("b\n\rc", "b\n\rc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:60:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \n in the name | Asserts runPass | assert_equals("a\nb", "a\nb")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:65:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \r in the name | Asserts runPass | assert_equals("a\rb", "a\rb")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:70:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \r\n in the name | Asserts runPass | assert_equals("a\r\nb", "a\r\nb")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:75:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \n\r in the name | Asserts runPass | assert_equals("a\n\rb", "a\n\rb")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:80:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \n in the filename | Asserts runPass | assert_equals("b\nc", "b\nc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:87:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \r in the filename | Asserts runPass | assert_equals("b\rc", "b\rc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:94:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \r\n in the filename | Asserts runPass | assert_equals("b\r\nc", "b\r\nc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:101:9) |
|
Pass | Constructing the entry list shouldn't perform newline normalization: \n\r in the filename | Asserts runPass | assert_equals("b\n\rc", "b\n\rc")
at Test.<anonymous> ( /html/semantics/forms/form-submission-0/newline-normalization.html:108:9) |
|