summaryrefslogtreecommitdiff
path: root/test/unit/end
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2014-06-30 12:22:50 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2014-06-30 12:22:50 +0200
commitd20d43bf3622fc4bb416cf2ca95d5cf0c4c88fcf (patch)
tree42173f19891a452bdf10b8b7769a457068ecbb7a /test/unit/end
parent7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff)
add testing framework
Diffstat (limited to 'test/unit/end')
-rw-r--r--test/unit/end/WORD/cmd1
-rw-r--r--test/unit/end/WORD/in1
-rw-r--r--test/unit/end/WORD/selections1
-rw-r--r--test/unit/end/angle/cmd1
-rw-r--r--test/unit/end/angle/in1
-rw-r--r--test/unit/end/angle/selections1
-rw-r--r--test/unit/end/braces/cmd1
-rw-r--r--test/unit/end/braces/in1
-rw-r--r--test/unit/end/braces/selections1
-rw-r--r--test/unit/end/brackets/cmd1
-rw-r--r--test/unit/end/brackets/in1
-rw-r--r--test/unit/end/brackets/selections1
-rw-r--r--test/unit/end/double_quote/cmd1
-rw-r--r--test/unit/end/double_quote/in1
-rw-r--r--test/unit/end/double_quote/selections1
-rw-r--r--test/unit/end/grave_quote/cmd1
-rw-r--r--test/unit/end/grave_quote/in1
-rw-r--r--test/unit/end/grave_quote/selections1
-rw-r--r--test/unit/end/indent/cmd1
-rw-r--r--test/unit/end/indent/in3
-rw-r--r--test/unit/end/indent/selections3
-rw-r--r--test/unit/end/paragraph/cmd1
-rw-r--r--test/unit/end/paragraph/in8
-rw-r--r--test/unit/end/paragraph/selections4
-rw-r--r--test/unit/end/parenthesis/cmd1
-rw-r--r--test/unit/end/parenthesis/in1
-rw-r--r--test/unit/end/parenthesis/selections1
-rw-r--r--test/unit/end/sentence/cmd1
-rw-r--r--test/unit/end/sentence/in6
-rw-r--r--test/unit/end/sentence/selections2
-rw-r--r--test/unit/end/single_quote/cmd1
-rw-r--r--test/unit/end/single_quote/in1
-rw-r--r--test/unit/end/single_quote/selections1
-rw-r--r--test/unit/end/word/cmd1
-rw-r--r--test/unit/end/word/in1
-rw-r--r--test/unit/end/word/selections1
36 files changed, 56 insertions, 0 deletions
diff --git a/test/unit/end/WORD/cmd b/test/unit/end/WORD/cmd
new file mode 100644
index 00000000..cd1b8fb2
--- /dev/null
+++ b/test/unit/end/WORD/cmd
@@ -0,0 +1 @@
+]W
diff --git a/test/unit/end/WORD/in b/test/unit/end/WORD/in
new file mode 100644
index 00000000..434f77db
--- /dev/null
+++ b/test/unit/end/WORD/in
@@ -0,0 +1 @@
+foo %(b)ar-baz qux
diff --git a/test/unit/end/WORD/selections b/test/unit/end/WORD/selections
new file mode 100644
index 00000000..d6311946
--- /dev/null
+++ b/test/unit/end/WORD/selections
@@ -0,0 +1 @@
+bar-baz
diff --git a/test/unit/end/angle/cmd b/test/unit/end/angle/cmd
new file mode 100644
index 00000000..6e1ab229
--- /dev/null
+++ b/test/unit/end/angle/cmd
@@ -0,0 +1 @@
+]a
diff --git a/test/unit/end/angle/in b/test/unit/end/angle/in
new file mode 100644
index 00000000..4cdc8cdb
--- /dev/null
+++ b/test/unit/end/angle/in
@@ -0,0 +1 @@
+x > y
diff --git a/test/unit/end/angle/selections b/test/unit/end/angle/selections
new file mode 100644
index 00000000..286188d9
--- /dev/null
+++ b/test/unit/end/angle/selections
@@ -0,0 +1 @@
+x >
diff --git a/test/unit/end/braces/cmd b/test/unit/end/braces/cmd
new file mode 100644
index 00000000..925126c3
--- /dev/null
+++ b/test/unit/end/braces/cmd
@@ -0,0 +1 @@
+]B
diff --git a/test/unit/end/braces/in b/test/unit/end/braces/in
new file mode 100644
index 00000000..a9364d05
--- /dev/null
+++ b/test/unit/end/braces/in
@@ -0,0 +1 @@
+kak unit/test/%({)cmd,in,out}
diff --git a/test/unit/end/braces/selections b/test/unit/end/braces/selections
new file mode 100644
index 00000000..55b26550
--- /dev/null
+++ b/test/unit/end/braces/selections
@@ -0,0 +1 @@
+{cmd,in,out}
diff --git a/test/unit/end/brackets/cmd b/test/unit/end/brackets/cmd
new file mode 100644
index 00000000..2315da45
--- /dev/null
+++ b/test/unit/end/brackets/cmd
@@ -0,0 +1 @@
+]r
diff --git a/test/unit/end/brackets/in b/test/unit/end/brackets/in
new file mode 100644
index 00000000..ba79b8fd
--- /dev/null
+++ b/test/unit/end/brackets/in
@@ -0,0 +1 @@
+[1,%(2),3]
diff --git a/test/unit/end/brackets/selections b/test/unit/end/brackets/selections
new file mode 100644
index 00000000..7d4681a1
--- /dev/null
+++ b/test/unit/end/brackets/selections
@@ -0,0 +1 @@
+2,3]
diff --git a/test/unit/end/double_quote/cmd b/test/unit/end/double_quote/cmd
new file mode 100644
index 00000000..34c70e47
--- /dev/null
+++ b/test/unit/end/double_quote/cmd
@@ -0,0 +1 @@
+]Q
diff --git a/test/unit/end/double_quote/in b/test/unit/end/double_quote/in
new file mode 100644
index 00000000..78428f5e
--- /dev/null
+++ b/test/unit/end/double_quote/in
@@ -0,0 +1 @@
+foo("%(b)ar")
diff --git a/test/unit/end/double_quote/selections b/test/unit/end/double_quote/selections
new file mode 100644
index 00000000..d9f07fc6
--- /dev/null
+++ b/test/unit/end/double_quote/selections
@@ -0,0 +1 @@
+bar"
diff --git a/test/unit/end/grave_quote/cmd b/test/unit/end/grave_quote/cmd
new file mode 100644
index 00000000..d586a9f6
--- /dev/null
+++ b/test/unit/end/grave_quote/cmd
@@ -0,0 +1 @@
+]g
diff --git a/test/unit/end/grave_quote/in b/test/unit/end/grave_quote/in
new file mode 100644
index 00000000..5601c8fd
--- /dev/null
+++ b/test/unit/end/grave_quote/in
@@ -0,0 +1 @@
+`%(f)oo`
diff --git a/test/unit/end/grave_quote/selections b/test/unit/end/grave_quote/selections
new file mode 100644
index 00000000..b380d541
--- /dev/null
+++ b/test/unit/end/grave_quote/selections
@@ -0,0 +1 @@
+foo`
diff --git a/test/unit/end/indent/cmd b/test/unit/end/indent/cmd
new file mode 100644
index 00000000..9db4a74d
--- /dev/null
+++ b/test/unit/end/indent/cmd
@@ -0,0 +1 @@
+]i
diff --git a/test/unit/end/indent/in b/test/unit/end/indent/in
new file mode 100644
index 00000000..3d074b01
--- /dev/null
+++ b/test/unit/end/indent/in
@@ -0,0 +1,3 @@
+
+ foo(%(b)ar)
+
diff --git a/test/unit/end/indent/selections b/test/unit/end/indent/selections
new file mode 100644
index 00000000..2bd77fd4
--- /dev/null
+++ b/test/unit/end/indent/selections
@@ -0,0 +1,3 @@
+ foo(bar)
+
+
diff --git a/test/unit/end/paragraph/cmd b/test/unit/end/paragraph/cmd
new file mode 100644
index 00000000..4c2699d6
--- /dev/null
+++ b/test/unit/end/paragraph/cmd
@@ -0,0 +1 @@
+]p
diff --git a/test/unit/end/paragraph/in b/test/unit/end/paragraph/in
new file mode 100644
index 00000000..0da6451e
--- /dev/null
+++ b/test/unit/end/paragraph/in
@@ -0,0 +1,8 @@
+a
+b
+
+%(c)
+d
+
+e
+f
diff --git a/test/unit/end/paragraph/selections b/test/unit/end/paragraph/selections
new file mode 100644
index 00000000..2887a9d6
--- /dev/null
+++ b/test/unit/end/paragraph/selections
@@ -0,0 +1,4 @@
+c
+d
+
+
diff --git a/test/unit/end/parenthesis/cmd b/test/unit/end/parenthesis/cmd
new file mode 100644
index 00000000..a76dfa55
--- /dev/null
+++ b/test/unit/end/parenthesis/cmd
@@ -0,0 +1 @@
+]b
diff --git a/test/unit/end/parenthesis/in b/test/unit/end/parenthesis/in
new file mode 100644
index 00000000..3bea1f71
--- /dev/null
+++ b/test/unit/end/parenthesis/in
@@ -0,0 +1 @@
+foo(%(b)ar)
diff --git a/test/unit/end/parenthesis/selections b/test/unit/end/parenthesis/selections
new file mode 100644
index 00000000..05b3995d
--- /dev/null
+++ b/test/unit/end/parenthesis/selections
@@ -0,0 +1 @@
+bar)
diff --git a/test/unit/end/sentence/cmd b/test/unit/end/sentence/cmd
new file mode 100644
index 00000000..4455bbd8
--- /dev/null
+++ b/test/unit/end/sentence/cmd
@@ -0,0 +1 @@
+]s
diff --git a/test/unit/end/sentence/in b/test/unit/end/sentence/in
new file mode 100644
index 00000000..78d87ba0
--- /dev/null
+++ b/test/unit/end/sentence/in
@@ -0,0 +1,6 @@
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
+incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
+nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
+eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
+sunt in culpa qui officia deserunt mollit anim id est laborum.
diff --git a/test/unit/end/sentence/selections b/test/unit/end/sentence/selections
new file mode 100644
index 00000000..5dd13409
--- /dev/null
+++ b/test/unit/end/sentence/selections
@@ -0,0 +1,2 @@
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
+incididunt ut labore et dolore magna aliqua.
diff --git a/test/unit/end/single_quote/cmd b/test/unit/end/single_quote/cmd
new file mode 100644
index 00000000..d6451c59
--- /dev/null
+++ b/test/unit/end/single_quote/cmd
@@ -0,0 +1 @@
+]q
diff --git a/test/unit/end/single_quote/in b/test/unit/end/single_quote/in
new file mode 100644
index 00000000..ed397c1c
--- /dev/null
+++ b/test/unit/end/single_quote/in
@@ -0,0 +1 @@
+foo('%(b)ar')
diff --git a/test/unit/end/single_quote/selections b/test/unit/end/single_quote/selections
new file mode 100644
index 00000000..7ca0922b
--- /dev/null
+++ b/test/unit/end/single_quote/selections
@@ -0,0 +1 @@
+bar'
diff --git a/test/unit/end/word/cmd b/test/unit/end/word/cmd
new file mode 100644
index 00000000..9366578e
--- /dev/null
+++ b/test/unit/end/word/cmd
@@ -0,0 +1 @@
+]w
diff --git a/test/unit/end/word/in b/test/unit/end/word/in
new file mode 100644
index 00000000..e92570ea
--- /dev/null
+++ b/test/unit/end/word/in
@@ -0,0 +1 @@
+foo %(b)ar baz
diff --git a/test/unit/end/word/selections b/test/unit/end/word/selections
new file mode 100644
index 00000000..efe82b7c
--- /dev/null
+++ b/test/unit/end/word/selections
@@ -0,0 +1 @@
+bar