From 302782c036fc498dc3739c79fb34a814295f41e5 Mon Sep 17 00:00:00 2001 From: Laurence Kedward Date: Tue, 8 Jun 2021 15:48:53 +0100 Subject: Add: more edge cases for module parsing tests. --- test/fpm_test/test_source_parsing.f90 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/fpm_test/test_source_parsing.f90') diff --git a/test/fpm_test/test_source_parsing.f90 b/test/fpm_test/test_source_parsing.f90 index 5d69375..12fc419 100644 --- a/test/fpm_test/test_source_parsing.f90 +++ b/test/fpm_test/test_source_parsing.f90 @@ -330,6 +330,10 @@ contains & 'module integer function h()', & & 'end function h', & & 'module real function i()', & + & 'string = " &', & + & 'module name"', & + & 'string = " &', & + & 'module name !"', & & 'end function i', & & 'end module test' close(unit) -- cgit v1.2.3