From 8defb9217692dc1f4c18e05e343ca91cf5047702 Mon Sep 17 00:00:00 2001 From: Anatolij Vasilev Date: Thu, 4 Aug 2022 11:57:41 +0200 Subject: [PATCH] added a file with umlauts and one without to test the "doParse" method in the "DiffParser" --- "file_with_umlauts_\303\244\303\266\303\274" | 1 + file_without_umlauts | 1 + 2 files changed, 2 insertions(+) create mode 100644 "file_with_umlauts_\303\244\303\266\303\274" create mode 100644 file_without_umlauts diff --git "a/file_with_umlauts_\303\244\303\266\303\274" "b/file_with_umlauts_\303\244\303\266\303\274" new file mode 100644 index 0000000..174d9e0 --- /dev/null +++ "b/file_with_umlauts_\303\244\303\266\303\274" @@ -0,0 +1 @@ +testö \ No newline at end of file diff --git a/file_without_umlauts b/file_without_umlauts new file mode 100644 index 0000000..30d74d2 --- /dev/null +++ b/file_without_umlauts @@ -0,0 +1 @@ +test \ No newline at end of file