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 d398d07 commit 2fd27c0Copy full SHA for 2fd27c0
test/fpm_test/test_manifest.f90
@@ -394,6 +394,7 @@ subroutine test_dependencies_typeerror(error)
394
395
end subroutine test_dependencies_typeerror
396
397
+ !> Include a table of profiles in toml, check whether they are parsed correctly and stored in package
398
subroutine test_profiles(error)
399
400
!> Error handling
@@ -469,6 +470,7 @@ subroutine test_profiles(error)
469
470
end if
471
end subroutine test_profiles
472
473
+ !> 'flags' is a key-value entry, test should fail as it is defined as a table
474
subroutine test_profiles_keyvalue_table(error)
475
476
0 commit comments