Files
projectm/tests/data/FileParser/parser-simple.milk
Kai Blaschke 7b2b60d61f Added a new preset file parser class.
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.
2023-09-11 10:19:40 +02:00

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!