mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Remove treatment of whitespace in the construction of a for data entry list, move it to the encoding stage (#32868)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
9f151faf1d
commit
bc75bf4cfa
3 changed files with 43 additions and 86 deletions
|
@ -23,24 +23,6 @@
|
|||
[Form newline normalization: \\n\\r in the filename stays unchanged]
|
||||
expected: FAIL
|
||||
|
||||
[Constructing the entry list shouldn't perform newline normalization: \\n in the value]
|
||||
expected: FAIL
|
||||
|
||||
[Constructing the entry list shouldn't perform newline normalization: \\r in the value]
|
||||
expected: FAIL
|
||||
|
||||
[Constructing the entry list shouldn't perform newline normalization: \\n\\r in the value]
|
||||
expected: FAIL
|
||||
|
||||
[Constructing the entry list shouldn't perform newline normalization: \\n in the name]
|
||||
expected: FAIL
|
||||
|
||||
[Constructing the entry list shouldn't perform newline normalization: \\r in the name]
|
||||
expected: FAIL
|
||||
|
||||
[Constructing the entry list shouldn't perform newline normalization: \\n\\r in the name]
|
||||
expected: FAIL
|
||||
|
||||
[Constructing the entry list shouldn't perform newline normalization: \\n in the filename]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue