diff options
Diffstat (limited to 'third_party/git/t/t4034/fortran/expect')
-rw-r--r-- | third_party/git/t/t4034/fortran/expect | 10 |
1 files changed, 10 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 |