mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
WIP, Continue writing additional parser tests
This commit is contained in:
parent
ba45fe1839
commit
a7608d825e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user