We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29182b4 commit f2a2fbbCopy full SHA for f2a2fbb
test/fpm_test/test_filesystem.f90
@@ -348,7 +348,8 @@ subroutine test_split_lines_first_last(error)
348
349
end subroutine test_split_lines_first_last
350
351
- ! On MS windows,
+ ! On MS windows, directory listings are printed to files with CR//LF endings.
352
+ ! Check that the lines can be properly read back from such files.
353
subroutine test_dir_with_crlf(error)
354
type(error_t), allocatable, intent(out) :: error
355
0 commit comments