From 3b310a3ec13a743ae2258bc43d92a5df42c6ad37 Mon Sep 17 00:00:00 2001 From: Arttu Tarkiainen Date: Fri, 14 Jun 2019 16:15:16 +0300 Subject: Add regular expression support to replace operation Introduce search with regular expressions support to replace operation. Add unit tests and make associated documentation changes. Task-number: QTIFW-889 Change-Id: I82e30056030ebc900be49046fda1903b27a2824d Reviewed-by: Katja Marttila --- tests/auto/installer/replaceoperation/replaceoperation.pro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/auto/installer/replaceoperation/replaceoperation.pro (limited to 'tests/auto/installer/replaceoperation/replaceoperation.pro') diff --git a/tests/auto/installer/replaceoperation/replaceoperation.pro b/tests/auto/installer/replaceoperation/replaceoperation.pro new file mode 100644 index 000000000..d2756d153 --- /dev/null +++ b/tests/auto/installer/replaceoperation/replaceoperation.pro @@ -0,0 +1,6 @@ +include(../../qttest.pri) + +QT -= gui +QT += testlib + +SOURCES += tst_replaceoperation.cpp -- cgit v1.2.3