Skip to content

Commit 302782c

Browse files
committed
Add: more edge cases for module parsing tests.
1 parent 4ecf3f3 commit 302782c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/fpm_test/test_source_parsing.f90

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ subroutine test_module(error)
330330
& 'module integer function h()', &
331331
& 'end function h', &
332332
& 'module real function i()', &
333+
& 'string = " &', &
334+
& 'module name"', &
335+
& 'string = " &', &
336+
& 'module name !"', &
333337
& 'end function i', &
334338
& 'end module test'
335339
close(unit)

0 commit comments

Comments
 (0)