aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.lua')
-rw-r--r--test/test.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua
index 5d09a514..3bd20223 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -2653,7 +2653,8 @@ function test_find_replace_regex_transforms()
['f\\1ba\\L\\2'] = 'foObarbaz',
['f\\1ba\\U\\l\\2'] = 'foObarBaz',
[''] = 'az',
- ['\\0'] = 'foObaRbaz'
+ ['\\0'] = 'foObaRbaz',
+ ['\\r\\n\\t'] = '\r\n\taz'
}
for regex, replacement in pairs(replacements) do
ui.find.replace_entry_text = regex