Make LXFML class for robust and add more tests to edge cases and malformed data

This commit is contained in:
Aaron Kimbrell
2025-10-06 21:10:15 -05:00
parent b3b8362f53
commit f25f49d42c
5 changed files with 365 additions and 172 deletions

View File

@@ -10,7 +10,7 @@ set(DCOMMONTEST_SOURCES
"TestLUString.cpp"
"TestLUWString.cpp"
"dCommonDependencies.cpp"
"LxfmlSplitTests.cpp"
"LxfmlTests.cpp"
)
add_subdirectory(dEnumsTests)