Skip to content

Commit 0855d23

Browse files
committed
Added unit test cases for DIFF.LUA
1 parent 23c9a49 commit 0855d23

File tree

33 files changed

+134
-0
lines changed

33 files changed

+134
-0
lines changed

test/DIFF/case01/a.txt

Whitespace-only changes.

test/DIFF/case01/b.txt

Whitespace-only changes.

test/DIFF/case02/a.txt

Whitespace-only changes.

test/DIFF/case02/b.txt

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

test/DIFF/case03/a.txt

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

test/DIFF/case03/b.txt

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

test/DIFF/case04/a.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Line one
2+
Line two

test/DIFF/case04/b.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Line one
2+
Line two

test/DIFF/case05/a.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a b c

test/DIFF/case05/b.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a b c

0 commit comments

Comments
 (0)