]> git.lyx.org Git - lyx.git/commit
Add unit test for InsetListings::getCaption()
authorGeorg Baum <baum@lyx.org>
Sun, 22 Nov 2015 16:34:46 +0000 (17:34 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 22 Nov 2015 16:36:32 +0000 (17:36 +0100)
commit3b842d5a62fdf1938edfd6acdef527bb3bb9a628
treecc3af6604e7e915a5553abd9e5a3e2124cc80ff7
parentecd268cebaeea604e6287ce5c4fbc00c2b627b32
Add unit test for InsetListings::getCaption()

The regex in InsetListings::getCaption() does not work with C++11 and
std::regex. This can now be checked easily by this new unit test.
src/Makefile.am
src/insets/InsetListings.cpp
src/tests/CMakeLists.txt
src/tests/check_ListingsCaption.cpp [new file with mode: 0644]
src/tests/regfiles/ListingsCaption [new file with mode: 0644]
src/tests/test_ListingsCaption [new file with mode: 0755]