diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-08-06 10:17:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 10:17:12 +0200 |
commit | faad8833fe8144ef8d79d4d6b7f46bb059c6cda5 (patch) | |
tree | 68646aa010f90d1058d6a42f478820a77b0c7683 /tests/data | |
parent | 6ded4f52e8c2d48b98b631a1ec8ab5be8aa4768a (diff) | |
parent | b8c08ba5add1406783cec2333d6ad7011a29e01f (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.csv | 5 |
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? |