Skip to content

Commit 95e8e6f

Browse files
chore: remove superfluous commas in table row (#5051) (#5054)
* chore: remove superfluous commas in table row The commas are superfluous. This way a developer has not to count the number of fields. Additionally, add an empty line between different tables for better readability. * Update Documentation/Testing/FunctionalTesting/_FunctionalTests/_Fixture.csv * Update Documentation/Testing/FunctionalTesting/_FunctionalTests/_Fixture.csv Co-authored-by: Chris Müller <[email protected]>
1 parent 6e76fa1 commit 95e8e6f

File tree

1 file changed

+5
-4
lines changed
  • Documentation/Testing/FunctionalTesting/_FunctionalTests

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
"pages",,,,,,,,,
2-
,"uid","pid","sorting","deleted","t3_origuid","title",,,
3-
,1,0,256,0,0,"Connected mode",,,
4-
"tt_content",,,,,,,,,
1+
"pages"
2+
,"uid","pid","sorting","deleted","t3_origuid","title"
3+
,1,0,256,0,0,"Connected mode"
4+
5+
"tt_content"
56
,"uid","pid","sorting","deleted","sys_language_uid","l18n_parent","l10n_source","t3_origuid","header"
67
,297,1,256,0,0,0,0,0,"Regular Element #1"

0 commit comments

Comments
 (0)