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:
shanehandley 2024-07-28 21:37:53 +10:00 committed by GitHub
parent 9f151faf1d
commit bc75bf4cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 86 deletions

View file

@ -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