From 6c4fd0298792d234261a6978238078f4e6e3de13 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 22 Jun 2020 20:36:51 -0400 Subject: Added tests for external ctags, file_diff, history, and spellcheck modules. --- test/modules/file_diff/1 | 18 ++++++++++++++++++ test/modules/file_diff/2 | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 test/modules/file_diff/1 create mode 100644 test/modules/file_diff/2 (limited to 'test/modules/file_diff') diff --git a/test/modules/file_diff/1 b/test/modules/file_diff/1 new file mode 100644 index 00000000..b6180b61 --- /dev/null +++ b/test/modules/file_diff/1 @@ -0,0 +1,18 @@ +this is the first line +this is the second line + third line starts with space ++ starts with a plus sign + this one with one tab + now with full two tabs + now tabs everywhere, much fun + +this line won't change + +two lines are going to +be changed into three! + +three of those lines will +collapse onto one +(to see if it works) + +this is the last line diff --git a/test/modules/file_diff/2 b/test/modules/file_diff/2 new file mode 100644 index 00000000..b120faf3 --- /dev/null +++ b/test/modules/file_diff/2 @@ -0,0 +1,19 @@ +that is the first paragraph + this is the second line +third line starts with space +- starts with a minus sign + this one with two tab + now with full three tabs + now there are tabs everywhere, much fun + +this line won't change + +two lines are going to +(entirely magically, + assuming this works) +be changed into four! + +three of those lines have +collapsed onto one + +this is the last line -- cgit v1.2.3