From c8aa07b5fae2707956594b85076b5fa5bddba546 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Wed, 26 Jul 2023 16:56:48 -0400 Subject: [PATCH] Fix: Remove expected tests output --- .gitignore | 1 + tests/expected/hello1.n.txt | 1 - tests/expected/hello1.txt | 1 - tests/expected/hello2.n.txt | 1 - tests/expected/hello2.txt | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 tests/expected/hello1.n.txt delete mode 100644 tests/expected/hello1.txt delete mode 100644 tests/expected/hello2.n.txt delete mode 100644 tests/expected/hello2.txt diff --git a/.gitignore b/.gitignore index ea8c4bf..4ad0b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +tests/expected/ diff --git a/tests/expected/hello1.n.txt b/tests/expected/hello1.n.txt deleted file mode 100644 index b1011d0..0000000 --- a/tests/expected/hello1.n.txt +++ /dev/null @@ -1 +0,0 @@ -Hello there \ No newline at end of file diff --git a/tests/expected/hello1.txt b/tests/expected/hello1.txt deleted file mode 100644 index d6613f5..0000000 --- a/tests/expected/hello1.txt +++ /dev/null @@ -1 +0,0 @@ -Hello there diff --git a/tests/expected/hello2.n.txt b/tests/expected/hello2.n.txt deleted file mode 100644 index 466c153..0000000 --- a/tests/expected/hello2.n.txt +++ /dev/null @@ -1 +0,0 @@ -Hello there \ No newline at end of file diff --git a/tests/expected/hello2.txt b/tests/expected/hello2.txt deleted file mode 100644 index d6613f5..0000000 --- a/tests/expected/hello2.txt +++ /dev/null @@ -1 +0,0 @@ -Hello there