diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-06-08 15:48:53 +0100 |
---|---|---|
committer | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-06-08 15:48:53 +0100 |
commit | 302782c036fc498dc3739c79fb34a814295f41e5 (patch) | |
tree | 1150ca56a4bb1e7bedc4d58e35467d0c7b747288 /test | |
parent | 4ecf3f3a9ef1c6f6f559389d37281c0fe3d2ce1f (diff) | |
download | fpm-302782c036fc498dc3739c79fb34a814295f41e5.tar.gz fpm-302782c036fc498dc3739c79fb34a814295f41e5.zip |
Add: more edge cases for module parsing tests.
Diffstat (limited to '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) |