Added tests for argument text object
This commit is contained in:
parent
13d212f445
commit
e21ea23c24
1
test/unit/around/argument/multi-level/cmd
Normal file
1
test/unit/around/argument/multi-level/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
2<a-a>u
|
2
test/unit/around/argument/multi-level/in
Normal file
2
test/unit/around/argument/multi-level/in
Normal file
|
@ -0,0 +1,2 @@
|
|||
somehing (with some parens, (and%( )some, blub and), other stuff)
|
||||
|
1
test/unit/around/argument/multi-level/selections
Normal file
1
test/unit/around/argument/multi-level/selections
Normal file
|
@ -0,0 +1 @@
|
|||
(and some, blub and),
|
1
test/unit/around/argument/single-level/cmd
Normal file
1
test/unit/around/argument/single-level/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
<a-a>u
|
1
test/unit/around/argument/single-level/in
Normal file
1
test/unit/around/argument/single-level/in
Normal file
|
@ -0,0 +1 @@
|
|||
something(first, "someth%(i)ng", another);
|
1
test/unit/around/argument/single-level/selections
Normal file
1
test/unit/around/argument/single-level/selections
Normal file
|
@ -0,0 +1 @@
|
|||
"something",
|
1
test/unit/end-extending/argument/cmd
Normal file
1
test/unit/end-extending/argument/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
}u
|
1
test/unit/end-extending/argument/in
Normal file
1
test/unit/end-extending/argument/in
Normal file
|
@ -0,0 +1 @@
|
|||
something (with a paren, and %(some) stuff, and more)
|
1
test/unit/end-extending/argument/selections
Normal file
1
test/unit/end-extending/argument/selections
Normal file
|
@ -0,0 +1 @@
|
|||
some stuff,
|
1
test/unit/end/argument/cmd
Normal file
1
test/unit/end/argument/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
]u
|
1
test/unit/end/argument/in
Normal file
1
test/unit/end/argument/in
Normal file
|
@ -0,0 +1 @@
|
|||
somehing (with some parens, and%( )some, other stuff)
|
1
test/unit/end/argument/selections
Normal file
1
test/unit/end/argument/selections
Normal file
|
@ -0,0 +1 @@
|
|||
some,
|
1
test/unit/inner/argument/multi-level/cmd
Normal file
1
test/unit/inner/argument/multi-level/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
2<a-i>u
|
1
test/unit/inner/argument/multi-level/in
Normal file
1
test/unit/inner/argument/multi-level/in
Normal file
|
@ -0,0 +1 @@
|
|||
somehing (with some parens, (and%( )some, blub and), other stuff)
|
1
test/unit/inner/argument/multi-level/selections
Normal file
1
test/unit/inner/argument/multi-level/selections
Normal file
|
@ -0,0 +1 @@
|
|||
(and some, blub and)
|
1
test/unit/inner/argument/single-level/cmd
Normal file
1
test/unit/inner/argument/single-level/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
<a-i>u
|
1
test/unit/inner/argument/single-level/in
Normal file
1
test/unit/inner/argument/single-level/in
Normal file
|
@ -0,0 +1 @@
|
|||
somehing (with some parens, and%( )some, other stuff)
|
1
test/unit/inner/argument/single-level/selections
Normal file
1
test/unit/inner/argument/single-level/selections
Normal file
|
@ -0,0 +1 @@
|
|||
and some
|
1
test/unit/start-extending/argument/cmd
Normal file
1
test/unit/start-extending/argument/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
{u
|
1
test/unit/start-extending/argument/in
Normal file
1
test/unit/start-extending/argument/in
Normal file
|
@ -0,0 +1 @@
|
|||
something(first, "someth%(i)ng", another);
|
1
test/unit/start-extending/argument/selections
Normal file
1
test/unit/start-extending/argument/selections
Normal file
|
@ -0,0 +1 @@
|
|||
"somethi
|
1
test/unit/start/argument/cmd
Normal file
1
test/unit/start/argument/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
[u
|
1
test/unit/start/argument/in
Normal file
1
test/unit/start/argument/in
Normal file
|
@ -0,0 +1 @@
|
|||
something (with a p%(a)ren, and some stuff)
|
1
test/unit/start/argument/selections
Normal file
1
test/unit/start/argument/selections
Normal file
|
@ -0,0 +1 @@
|
|||
with a pa
|
Loading…
Reference in New Issue
Block a user