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/in3
-rw-r--r--test/unit/END/braces/selections2
-rw-r--r--test/unit/END/brackets/cmd1
-rw-r--r--test/unit/END/brackets/in3
-rw-r--r--test/unit/END/brackets/selections2
-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, 62 insertions, 0 deletions
diff --git a/test/unit/END/WORD/cmd b/test/unit/END/WORD/cmd
new file mode 100644
index 00000000..534740a4
--- /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..f19fbec3
--- /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..75b76117
--- /dev/null
+++ b/test/unit/END/angle/in
@@ -0,0 +1 @@
+#include <%(foo)>
diff --git a/test/unit/END/angle/selections b/test/unit/END/angle/selections
new file mode 100644
index 00000000..1bd5e5cc
--- /dev/null
+++ b/test/unit/END/angle/selections
@@ -0,0 +1 @@
+foo>
diff --git a/test/unit/END/braces/cmd b/test/unit/END/braces/cmd
new file mode 100644
index 00000000..1dc1639a
--- /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..b62df918
--- /dev/null
+++ b/test/unit/END/braces/in
@@ -0,0 +1,3 @@
+{
+ "%(foo)": "bar"
+}
diff --git a/test/unit/END/braces/selections b/test/unit/END/braces/selections
new file mode 100644
index 00000000..a729b60b
--- /dev/null
+++ b/test/unit/END/braces/selections
@@ -0,0 +1,2 @@
+foo"\: "bar"
+}
diff --git a/test/unit/END/brackets/cmd b/test/unit/END/brackets/cmd
new file mode 100644
index 00000000..5309578a
--- /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..286c5fcb
--- /dev/null
+++ b/test/unit/END/brackets/in
@@ -0,0 +1,3 @@
+[
+ "%(foo)"
+]
diff --git a/test/unit/END/brackets/selections b/test/unit/END/brackets/selections
new file mode 100644
index 00000000..0ca681c5
--- /dev/null
+++ b/test/unit/END/brackets/selections
@@ -0,0 +1,2 @@
+foo"
+]
diff --git a/test/unit/END/double_quote/cmd b/test/unit/END/double_quote/cmd
new file mode 100644
index 00000000..33d6c350
--- /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..31b0a83e
--- /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..6f02c52a
--- /dev/null
+++ b/test/unit/END/grave_quote/in
@@ -0,0 +1 @@
+echo `%(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..467a5545
--- /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..01c975ec
--- /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..889b7fa1
--- /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..4021c482
--- /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..006cd705
--- /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..e50f2e00
--- /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..120c7dfe
--- /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