about summary refs log tree commit diff
path: root/third_party/git/t/t4018/fortran-comment-keyword
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/fortran-comment-keyword')
-rw-r--r--third_party/git/t/t4018/fortran-comment-keyword14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/git/t/t4018/fortran-comment-keyword b/third_party/git/t/t4018/fortran-comment-keyword
new file mode 100644
index 0000000000..e9206a5379
--- /dev/null
+++ b/third_party/git/t/t4018/fortran-comment-keyword
@@ -0,0 +1,14 @@
+      module a
+
+      contains
+
+      subroutine RIGHT (funcA, funcB)
+
+      real funcA  ! grid function a
+      real funcB  ! grid function b
+
+      real ChangeMe
+
+      end subroutine RIGHT
+
+      end module a