about summary refs log tree commit diff
path: root/third_party/git/t/t4034/fortran
diff options
context:
space:
mode:
authorVincent Ambo <Vincent Ambo>2020-01-11T23·36+0000
committerVincent Ambo <Vincent Ambo>2020-01-11T23·40+0000
commit7ef0d62730840ded097b524104cc0a0904591a63 (patch)
treea670f96103667aeca4789a95d94ca0dff550c4ce /third_party/git/t/t4034/fortran
parent6a2a3007077818e24a3d56fc492ada9206a10cf0 (diff)
parent1b593e1ea4d2af0f6444d9a7788d5d99abd6fde5 (diff)
merge(third_party/git): Merge squashed git subtree at v2.23.0 r/373
Merge commit '1b593e1ea4d2af0f6444d9a7788d5d99abd6fde5' as 'third_party/git'
Diffstat (limited to 'third_party/git/t/t4034/fortran')
-rw-r--r--third_party/git/t/t4034/fortran/expect10
-rw-r--r--third_party/git/t/t4034/fortran/post5
-rw-r--r--third_party/git/t/t4034/fortran/pre5
3 files changed, 20 insertions, 0 deletions
diff --git a/third_party/git/t/t4034/fortran/expect b/third_party/git/t/t4034/fortran/expect
new file mode 100644
index 000000000000..b233dbd62167
--- /dev/null
+++ b/third_party/git/t/t4034/fortran/expect
@@ -0,0 +1,10 @@
+<BOLD>diff --git a/pre b/post<RESET>
+<BOLD>index 87f0d0b..d308da2 100644<RESET>
+<BOLD>--- a/pre<RESET>
+<BOLD>+++ b/post<RESET>
+<CYAN>@@ -1,5 +1,5 @@<RESET>
+print *, "Hello World<RED>!<RESET><GREEN>?<RESET>"
+
+DO10I = 1,10<RESET>
+<RED>DO10I<RESET><GREEN>DO 10 I<RESET> = 1,10
+<RED>DO10I<RESET><GREEN>DO 1 0 I<RESET> = 1,10
diff --git a/third_party/git/t/t4034/fortran/post b/third_party/git/t/t4034/fortran/post
new file mode 100644
index 000000000000..d308da2ad2e2
--- /dev/null
+++ b/third_party/git/t/t4034/fortran/post
@@ -0,0 +1,5 @@
+print *, "Hello World?"
+
+DO10I = 1,10
+DO 10 I = 1,10
+DO 1 0 I = 1,10
diff --git a/third_party/git/t/t4034/fortran/pre b/third_party/git/t/t4034/fortran/pre
new file mode 100644
index 000000000000..87f0d0b031c1
--- /dev/null
+++ b/third_party/git/t/t4034/fortran/pre
@@ -0,0 +1,5 @@
+print *, "Hello World!"
+
+DO10I = 1,10
+DO10I = 1,10
+DO10I = 1,10