From 47455ad65eb98efe5e802ae5107e480201abe0a9 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 31 Oct 2018 11:19:47 +0100 Subject: [PATCH] Added test findadv-22 Related to https://www.lyx.org/trac/ticket/11241 (Find and replace doesn't find a wedge of two things in a subscript.) --- development/autotests/findadv-22-in.txt | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 development/autotests/findadv-22-in.txt diff --git a/development/autotests/findadv-22-in.txt b/development/autotests/findadv-22-in.txt new file mode 100644 index 0000000000..8a7ad619fe --- /dev/null +++ b/development/autotests/findadv-22-in.txt @@ -0,0 +1,29 @@ +# Basic test for searching with regular expressions +UseShortcut "C-F20" "regexp-mode" +UseShortcut "C-F21" "command-sequence dialog-show findreplaceadv ; buffer-end ; buffer-begin-select ; char-delete-forward ;" +PrepareShortcuts +# +Lang sk_SK.utf8 +CO: findadv-22.ctrl +TestBegin test.lyx -dbg key,find >findadv-22.loga.txt 2>&1 +CN: Part 1 +KK: \Cm +KK: I_t\\wedge s +KK: \C\[Home] +KK: \CF +KK: \Cm +KK: t\\wedge s\[Return] +KK: +CP: Putting selection at .*idx: 0 par: 0 pos: 0\n.*idx: 0 par: 0 pos: 0\n.*idx: 1 par: 0 pos: 0\n.*with len: 3 + +CN: Part 2 +KK: \[Escape]\C\[Home] +KK: \CF +KK: \At\Ai\Ah +KK: \[Return] +CP: Identified Features +CP: Putting selection at .*idx: 0 par: 0 pos: 0\n.*idx: 0 par: 0 pos: 0\n.*idx: 1 par: 0 pos: 0\n.*with len: 3 +TestEnd +Lang C +Assert searchPatterns.pl base=findadv-22 + -- 2.39.2