fix metadata parsing, accounting for trailing quotes

This commit is contained in:
2026-01-04 14:57:53 +01:00
parent 598f29f265
commit 7b156281b8
5 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#include <set>
#include <string>
// trim string in-place, removing all whitespaces
// trim string in-place, removing all whitespaces and surrounding '"' symbols
void trim(std::string &str);
// Convert a string containing an inline YAML/JSON-style list of strings