From 2159c10c8154f5ab15c42baf26fe15acbd7e1399 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 28 Apr 2021 15:19:06 +0200 Subject: [PATCH] Ad example for PowerRename test --- doc/releases/tests-checklist-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releases/tests-checklist-template.md b/doc/releases/tests-checklist-template.md index f945aecf3..10056a592 100644 --- a/doc/releases/tests-checklist-template.md +++ b/doc/releases/tests-checklist-template.md @@ -185,8 +185,8 @@ For all the remapping below, try pressing and releasing the remapped key/shortcu * Use regular expressions - [ ] Search with an expression (e.g. `(.*).png`) - [ ] Replace with an expression (e.g. `foo_$1.png`) - - [ ] Replace using file creation date and time (e.g. $hh-$mm-$ss-$fff $DD_$MMMM_$YYYY) - - [ ] Turn on `Use Boost library` and test with Perl Regular Expression Syntax. + - [ ] Replace using file creation date and time (e.g. `$hh-$mm-$ss-$fff` `$DD_$MMMM_$YYYY`) + - [ ] Turn on `Use Boost library` and test with Perl Regular Expression Syntax (e.g. `(?<=t)est`) * File list filters. - [ ] In the `preview` window uncheck some items to exclude them from renaming. - [ ] Click on the `Renamed` column to filter results.