Skip to content

Commit 6a97bc2

Browse files
committed
tests/data: delete stray CRLFs in markup lines
Closes curl#19317
1 parent cf4a627 commit 6a97bc2

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

tests/data/test1406

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ SMTP
1111
#
1212
# Server-side
1313
<reply>
14-
<servercmd>
14+
<servercmd>
1515
CAPA SIZE
16-
</servercmd>
16+
</servercmd>
1717
</reply>
1818

1919
#

tests/data/test816

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ CUSTOMREQUEST
1515
<data1>
1616
* 123 FETCH (FLAGS (\Seen \Deleted))
1717
</data1>
18-
<data2>
18+
<data2>
1919
* 123 EXPUNGE
20-
</data2>
20+
</data2>
2121
</reply>
2222

2323
#

tests/data/test861

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ RFC2449
1212
#
1313
# Server-side
1414
<reply>
15-
<servercmd>
15+
<servercmd>
1616
CAPA UIDL USER
17-
</servercmd>
17+
</servercmd>
1818
# When doing UIDL, we get the default list output hard-coded in the test
1919
# POP3 server
20-
<datacheck>
20+
<datacheck>
2121
1 1
2222
2 2
2323
3 4
24-
</datacheck>
24+
</datacheck>
2525
</reply>
2626

2727
#

tests/data/test862

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ RFC2449
1212
#
1313
# Server-side
1414
<reply>
15-
<servercmd>
15+
<servercmd>
1616
CAPA TOP USER
17-
</servercmd>
18-
<data>
17+
</servercmd>
18+
<data>
1919
From: me@somewhere
2020
To: fake@nowhere
2121

22-
</data>
22+
</data>
2323
</reply>
2424

2525
#

0 commit comments

Comments
 (0)