diff options
Diffstat (limited to 'test/data/vc/diff-mode')
| -rw-r--r-- | test/data/vc/diff-mode/hello_emacs.c | 6 | ||||
| -rw-r--r-- | test/data/vc/diff-mode/hello_emacs_1.c | 1 | ||||
| -rw-r--r-- | test/data/vc/diff-mode/hello_world.c | 6 | ||||
| -rw-r--r-- | test/data/vc/diff-mode/hello_world_1.c | 1 |
4 files changed, 14 insertions, 0 deletions
diff --git a/test/data/vc/diff-mode/hello_emacs.c b/test/data/vc/diff-mode/hello_emacs.c new file mode 100644 index 00000000000..c7ed7538c3a --- /dev/null +++ b/test/data/vc/diff-mode/hello_emacs.c | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #include <stdio.h> | ||
| 2 | int main() | ||
| 3 | { | ||
| 4 | printf("Hello, Emacs!\n"); | ||
| 5 | return 0; | ||
| 6 | } | ||
diff --git a/test/data/vc/diff-mode/hello_emacs_1.c b/test/data/vc/diff-mode/hello_emacs_1.c new file mode 100644 index 00000000000..62145a6b44a --- /dev/null +++ b/test/data/vc/diff-mode/hello_emacs_1.c | |||
| @@ -0,0 +1 @@ | |||
| int main() { printf("Hello, Emacs!\n"); return 0; } \ No newline at end of file | |||
diff --git a/test/data/vc/diff-mode/hello_world.c b/test/data/vc/diff-mode/hello_world.c new file mode 100644 index 00000000000..dcbe06c6012 --- /dev/null +++ b/test/data/vc/diff-mode/hello_world.c | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #include <stdio.h> | ||
| 2 | int main() | ||
| 3 | { | ||
| 4 | printf("Hello, World!\n"); | ||
| 5 | return 0; | ||
| 6 | } | ||
diff --git a/test/data/vc/diff-mode/hello_world_1.c b/test/data/vc/diff-mode/hello_world_1.c new file mode 100644 index 00000000000..606afb371cb --- /dev/null +++ b/test/data/vc/diff-mode/hello_world_1.c | |||
| @@ -0,0 +1 @@ | |||
| int main() { printf("Hello, World!\n"); return 0; } \ No newline at end of file | |||