]> git.lyx.org Git - features.git/commit
Add unit test for sanitizeLatexOption()
authorGeorg Baum <baum@lyx.org>
Sun, 28 Dec 2014 12:23:35 +0000 (13:23 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 28 Dec 2014 12:23:35 +0000 (13:23 +0100)
commit1db9224cfff615f3ec90245fed1ce018811f7e5d
treea1b627d9d9bdd4bb0c5f3c5a6cd64b6f4ac311ee
parent59ab49846a86fcb6971597bd882050e11a9a0a6c
Add unit test for sanitizeLatexOption()

This is a prerequisite for safe removal of regex::match_partial.
src/Makefile.am
src/tests/check_ExternalTransforms.cpp [new file with mode: 0644]
src/tests/regfiles/ExternalTransforms [new file with mode: 0644]
src/tests/test_ExternalTransforms [new file with mode: 0755]