X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2Ftests%2Fbiblio.cpp;h=fc4e211b58ea61d4adf19c0e3c946484ae809364;hb=897436efbb9bd641b61467d185a2dfae9839e575;hp=6fe25a36b3555b03ce8b9726a492bb7756641c94;hpb=0e64103f927443835005cda616db620f9b9e007b;p=features.git diff --git a/src/frontends/controllers/tests/biblio.cpp b/src/frontends/controllers/tests/biblio.cpp index 6fe25a36b3..fc4e211b58 100644 --- a/src/frontends/controllers/tests/biblio.cpp +++ b/src/frontends/controllers/tests/biblio.cpp @@ -79,7 +79,7 @@ void test_RegexMatch() try { RegexMatch rm(im, "h.*o", false); - + cout << rm("hello") << endl; cout << rm("hei") << endl; }