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 35ca17e commit c85eb1aCopy full SHA for c85eb1a
src/tests/string/test_string_functions.f90
@@ -27,8 +27,8 @@ end subroutine test_to_upper_string
27
28
subroutine test_to_title_string
29
type(string_type) :: test_string, compare_string
30
- test_string = "tO t!TL3 7h1S p#ra$e"
31
- compare_string = "To T!Tl3 7h1s P#Ra$E"
+ test_string = "tO_%t!TL3 7h1S p#ra$e"
+ compare_string = "To_%T!Tl3 7h1s P#Ra$E"
32
33
call check(to_title(test_string) == compare_string)
34
0 commit comments