Testcase added!
This commit is contained in:
parent
203218297c
commit
4b27b7152d
@ -179,6 +179,12 @@ class Transformation_OptionIgnoreCase_ECR(_VimTest):
|
||||
wanted = 'TEST blah'
|
||||
|
||||
|
||||
class Transformation_OptionMultiline_ECR(_VimTest):
|
||||
snippets = ('test', r"${VISUAL/^/* /mg}")
|
||||
keys = 'test\ntest\ntest' + ESC + 'V2k' + EX + 'test' + EX
|
||||
wanted = '* test\n* test\n* test'
|
||||
|
||||
|
||||
class Transformation_OptionReplaceGlobal_ECR(_VimTest):
|
||||
snippets = ('test', r"$1 ${1/, */-/g}")
|
||||
keys = 'test' + EX + 'a, nice, building'
|
||||
|
Loading…
x
Reference in New Issue
Block a user