summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-08-06 10:17:12 +0200
committerGitHub <noreply@github.com>2021-08-06 10:17:12 +0200
commitfaad8833fe8144ef8d79d4d6b7f46bb059c6cda5 (patch)
tree68646aa010f90d1058d6a42f478820a77b0c7683 /tests/data
parent6ded4f52e8c2d48b98b631a1ec8ab5be8aa4768a (diff)
parentb8c08ba5add1406783cec2333d6ad7011a29e01f (diff)
Merge pull request #51234 from akien-mga/tests-file-get_csv_line
Tests: Improve coverage for `File::get_csv_line()`
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/translations.csv5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/translations.csv b/tests/data/translations.csv
index 4c9ad4996a..8cb7b800c5 100644
--- a/tests/data/translations.csv
+++ b/tests/data/translations.csv
@@ -1,3 +1,8 @@
keys,en,de
GOOD_MORNING,"Good Morning","Guten Morgen"
GOOD_EVENING,"Good Evening",""
+Without quotes,"With, comma","With ""inner"" quotes","With ""inner"", quotes"","" and comma","With ""inner
+split"" quotes and
+line breaks","With \nnewline chars"
+Some other~delimiter~should still work, shouldn't it?
+What about tab separated lines, good?