mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
WIP, Continue writing additional parser tests
This commit is contained in:
@@ -270,9 +270,9 @@ void write_to_file(const std::vector<std::string>& data,
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
line += "\n";
|
||||
#else
|
||||
line += "\r\n";
|
||||
#else
|
||||
line += "\n";
|
||||
#endif
|
||||
|
||||
out << line;
|
||||
|
||||
Reference in New Issue
Block a user