mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 14:45:55 +00:00
Other changes: - Renamed Parser to OldParser to make it clear this is going away. - Removed all the useless "unit tests" which did not actually test anything. - Added a new GTest-based test executable that can be run with CMake's CTest. - Added unit tests for the new fileParser class, including test files.
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
// Some simple assignments, with empty key or value and a space instead of an equal sign.
|
|
[preset00]
|
|
warp=0
|
|
empty_value=
|
|
=empty_key
|
|
value_with_space 123
|
|
// No newline at end of file! |