]> source.dussan.org Git - gitea.git/commit
Fixes #16559 - Do not trim leading spaces for tab delimited (#17442)
authorRichard Mahn <richmahn@users.noreply.github.com>
Tue, 26 Oct 2021 21:46:56 +0000 (15:46 -0600)
committerGitHub <noreply@github.com>
Tue, 26 Oct 2021 21:46:56 +0000 (16:46 -0500)
commit8f9ac439cae544a7bad3acfba2fdd08f84c75ba8
treec448c14c36f76c1a6d9228f95f19dcb519921f70
parent6e2c64f27adffbb0ffd8a8fc8d7315a66fc90b49
Fixes #16559 - Do not trim leading spaces for tab delimited (#17442)

* Fixes #16559 - Do not trim leading spaces for tab delimited

* Adds back semicolon delimited test

* Fixes linting

* Adds nolint directive to test because uses strings starting with spaces

Co-authored-by: zeripath <art27@cantab.net>
modules/csv/csv.go
modules/csv/csv_test.go