Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroinekotfs committed Mar 29, 2024
1 parent eb9a4e4 commit 03f6636
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions busybox-w32/testsuite/diff.tests
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ testing "diff CRLF line endings" \
--- -
+++ input
@@ -1,4 +1,4 @@
a
b
+c
d
-e
a
b
+c
d
-e
" \
"a\r\nb\r\nc\r\nd\r\n" \
"a\r\nb\r\nd\r\ne\r\n"
Expand All @@ -175,11 +175,11 @@ testing "diff --binary CRLF line endings" \
--- -
+++ input
@@ -1,4 +1,4 @@
a
b
+c
d
-e
a
b
+c
d
-e
" \
"a\r\nb\r\nc\r\nd\r\n" \
"a\r\nb\r\nd\r\ne\r\n"
Expand Down

0 comments on commit 03f6636

Please sign in to comment.