aboutsummaryrefslogtreecommitdiff
path: root/test/lib/base_exporter_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* exporter: handle names surrounded with underscoresMiquel Sabaté Solà2026-06-261-0/+27
Handle underscores which surround the full name, not just a part of it. In this case, then the whole thing should be considered as the name, and the last name should be left nil. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>