Skip to content

Commit f78ce09

Browse files
committed
Added newline at eof tests.
1 parent 760651d commit f78ce09

File tree

8 files changed

+8
-2
lines changed

8 files changed

+8
-2
lines changed

test/DIFF/case18/a.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello, World

test/DIFF/case18/b.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello, World

test/DIFF/case19/a.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../case18/b.txt

test/DIFF/case19/b.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../case18/a.txt

test/DIFF/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_case() {
2424
rm -R result
2525
}
2626
echo "DIFF:"
27-
for i in $(seq -w 1 17); do test_case "$i"; done
27+
for i in $(seq -w 1 19); do test_case "$i"; done
2828
echo ""
2929
if [ $FAIL -gt 0 ]; then echo "DIFF: $FAIL FAIL"; exit 1; fi
3030
echo "DIFF: ALL PASS"

test/PATCH/case18

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../DIFF/case18/

test/PATCH/case19

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../DIFF/case19/

test/PATCH/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_case() {
2020
rm -R result
2121
}
2222
echo "PATCH:"
23-
for i in $(seq -w 1 17); do test_case "$i"; done
23+
for i in $(seq -w 1 19); do test_case "$i"; done
2424
echo ""
2525
if [ $FAIL -gt 0 ]; then echo "PATCH: $FAIL FAIL"; exit 1; fi
2626
echo "PATCH: ALL PASS"

0 commit comments

Comments
 (0)