From 03f663665ffb488152bbfde50418d8598e36eeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AD=E3=81=93=20=E7=99=BD=E3=81=84?= Date: Fri, 29 Mar 2024 14:12:44 +0700 Subject: [PATCH] update --- busybox-w32/testsuite/diff.tests | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/busybox-w32/testsuite/diff.tests b/busybox-w32/testsuite/diff.tests index bf74114d5..0daa5fc34 100644 --- a/busybox-w32/testsuite/diff.tests +++ b/busybox-w32/testsuite/diff.tests @@ -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" @@ -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"