diff options
Diffstat (limited to 'test/fpm_test')
-rw-r--r-- | test/fpm_test/test_source_parsing.f90 | 4 |
1 files changed, 4 insertions, 0 deletions
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) |