You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fixes #46682. Also fix unit test suite to separate generic FileAccess CSV testing from using CSV as translation. And add more CSV translation tests. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
381 B
381 B
| 1 | Header 1 | Header 2 | Header 3 | Header 4 | ||
|---|---|---|---|---|---|---|
| 2 | GOOD_MORNING | Good Morning | Guten Morgen | Bonjour | ||
| 3 | GOOD_EVENING | Good Evening | "" | |||
| 4 | Without quotes | With, comma | With "inner" quotes | With "inner", quotes"," and comma | With "inner split" quotes and line breaks | With \nnewline chars |
| 5 | Some other~delimiter~should still work | shouldn't it? | ||||
| 6 | What about tab separated lines | good? |