Closed bodo-hugo-barwich closed 1 year ago
the new tests:
sanitizer::sanitizer_new_conversion_map()
sanitizer::sanitizer_set_conversion_map()
sanitizer::sanitizer_language_map()
check the operativity of the new structures ConversionMap
and LanguageMap
The profiling test result of \ "Sanitizing a 27KB text document":
real 0m0.002s
user 0m0.002s
sys 0m0.000s
processing time: '.002728892' s
shows that the performance is unaffected or even improved by this architectural change.
This is the next step of the implementation of configurability required for reusability as documented at: Configurable Conversion Map New tests extend the existing test suite to prove that the development produces the desired behaviour.