summaryrefslogtreecommitdiff
path: root/test/unit/GOTO
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/GOTO
parent7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff)
add testing framework
Diffstat (limited to 'test/unit/GOTO')
-rw-r--r--test/unit/GOTO/buffer-bottom/cmd1
-rw-r--r--test/unit/GOTO/buffer-bottom/in3
-rw-r--r--test/unit/GOTO/buffer-bottom/selections2
-rw-r--r--test/unit/GOTO/buffer-end/cmd1
-rw-r--r--test/unit/GOTO/buffer-end/in3
-rw-r--r--test/unit/GOTO/buffer-end/selections3
-rw-r--r--test/unit/GOTO/buffer-top/cmd1
-rw-r--r--test/unit/GOTO/buffer-top/in3
-rw-r--r--test/unit/GOTO/buffer-top/selections2
-rw-r--r--test/unit/GOTO/last-change/cmd1
-rw-r--r--test/unit/GOTO/last-change/in3
-rw-r--r--test/unit/GOTO/last-change/selections3
-rw-r--r--test/unit/GOTO/line-begin/cmd1
-rw-r--r--test/unit/GOTO/line-begin/in1
-rw-r--r--test/unit/GOTO/line-begin/selections1
-rw-r--r--test/unit/GOTO/line-end/cmd1
-rw-r--r--test/unit/GOTO/line-end/in1
-rw-r--r--test/unit/GOTO/line-end/selections1
-rw-r--r--test/unit/GOTO/window-bottom/README0
-rw-r--r--test/unit/GOTO/window-center/README0
-rw-r--r--test/unit/GOTO/window-top/README0
21 files changed, 32 insertions, 0 deletions
diff --git a/test/unit/GOTO/buffer-bottom/cmd b/test/unit/GOTO/buffer-bottom/cmd
new file mode 100644
index 00000000..1f77a5ca
--- /dev/null
+++ b/test/unit/GOTO/buffer-bottom/cmd
@@ -0,0 +1 @@
+Gj
diff --git a/test/unit/GOTO/buffer-bottom/in b/test/unit/GOTO/buffer-bottom/in
new file mode 100644
index 00000000..2351e040
--- /dev/null
+++ b/test/unit/GOTO/buffer-bottom/in
@@ -0,0 +1,3 @@
+foo
+%(bar)
+baz
diff --git a/test/unit/GOTO/buffer-bottom/selections b/test/unit/GOTO/buffer-bottom/selections
new file mode 100644
index 00000000..4a71b15a
--- /dev/null
+++ b/test/unit/GOTO/buffer-bottom/selections
@@ -0,0 +1,2 @@
+bar
+b
diff --git a/test/unit/GOTO/buffer-end/cmd b/test/unit/GOTO/buffer-end/cmd
new file mode 100644
index 00000000..a58c9c3b
--- /dev/null
+++ b/test/unit/GOTO/buffer-end/cmd
@@ -0,0 +1 @@
+Ge
diff --git a/test/unit/GOTO/buffer-end/in b/test/unit/GOTO/buffer-end/in
new file mode 100644
index 00000000..2351e040
--- /dev/null
+++ b/test/unit/GOTO/buffer-end/in
@@ -0,0 +1,3 @@
+foo
+%(bar)
+baz
diff --git a/test/unit/GOTO/buffer-end/selections b/test/unit/GOTO/buffer-end/selections
new file mode 100644
index 00000000..059c57a9
--- /dev/null
+++ b/test/unit/GOTO/buffer-end/selections
@@ -0,0 +1,3 @@
+bar
+baz
+
diff --git a/test/unit/GOTO/buffer-top/cmd b/test/unit/GOTO/buffer-top/cmd
new file mode 100644
index 00000000..a852222e
--- /dev/null
+++ b/test/unit/GOTO/buffer-top/cmd
@@ -0,0 +1 @@
+Gk
diff --git a/test/unit/GOTO/buffer-top/in b/test/unit/GOTO/buffer-top/in
new file mode 100644
index 00000000..2351e040
--- /dev/null
+++ b/test/unit/GOTO/buffer-top/in
@@ -0,0 +1,3 @@
+foo
+%(bar)
+baz
diff --git a/test/unit/GOTO/buffer-top/selections b/test/unit/GOTO/buffer-top/selections
new file mode 100644
index 00000000..e512e1b5
--- /dev/null
+++ b/test/unit/GOTO/buffer-top/selections
@@ -0,0 +1,2 @@
+foo
+b
diff --git a/test/unit/GOTO/last-change/cmd b/test/unit/GOTO/last-change/cmd
new file mode 100644
index 00000000..ec167fcd
--- /dev/null
+++ b/test/unit/GOTO/last-change/cmd
@@ -0,0 +1 @@
+dggG.
diff --git a/test/unit/GOTO/last-change/in b/test/unit/GOTO/last-change/in
new file mode 100644
index 00000000..2351e040
--- /dev/null
+++ b/test/unit/GOTO/last-change/in
@@ -0,0 +1,3 @@
+foo
+%(bar)
+baz
diff --git a/test/unit/GOTO/last-change/selections b/test/unit/GOTO/last-change/selections
new file mode 100644
index 00000000..333dc6b4
--- /dev/null
+++ b/test/unit/GOTO/last-change/selections
@@ -0,0 +1,3 @@
+foo
+
+
diff --git a/test/unit/GOTO/line-begin/cmd b/test/unit/GOTO/line-begin/cmd
new file mode 100644
index 00000000..4b5902a1
--- /dev/null
+++ b/test/unit/GOTO/line-begin/cmd
@@ -0,0 +1 @@
+Gh
diff --git a/test/unit/GOTO/line-begin/in b/test/unit/GOTO/line-begin/in
new file mode 100644
index 00000000..a3133ea2
--- /dev/null
+++ b/test/unit/GOTO/line-begin/in
@@ -0,0 +1 @@
+foo %(bar) baz
diff --git a/test/unit/GOTO/line-begin/selections b/test/unit/GOTO/line-begin/selections
new file mode 100644
index 00000000..d675fa44
--- /dev/null
+++ b/test/unit/GOTO/line-begin/selections
@@ -0,0 +1 @@
+foo bar
diff --git a/test/unit/GOTO/line-end/cmd b/test/unit/GOTO/line-end/cmd
new file mode 100644
index 00000000..a8f5fa59
--- /dev/null
+++ b/test/unit/GOTO/line-end/cmd
@@ -0,0 +1 @@
+Gl
diff --git a/test/unit/GOTO/line-end/in b/test/unit/GOTO/line-end/in
new file mode 100644
index 00000000..a3133ea2
--- /dev/null
+++ b/test/unit/GOTO/line-end/in
@@ -0,0 +1 @@
+foo %(bar) baz
diff --git a/test/unit/GOTO/line-end/selections b/test/unit/GOTO/line-end/selections
new file mode 100644
index 00000000..1da92a26
--- /dev/null
+++ b/test/unit/GOTO/line-end/selections
@@ -0,0 +1 @@
+bar baz
diff --git a/test/unit/GOTO/window-bottom/README b/test/unit/GOTO/window-bottom/README
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/unit/GOTO/window-bottom/README
diff --git a/test/unit/GOTO/window-center/README b/test/unit/GOTO/window-center/README
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/unit/GOTO/window-center/README
diff --git a/test/unit/GOTO/window-top/README b/test/unit/GOTO/window-top/README
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/unit/GOTO/window-top/README