Skip to content

Commit fd8e2b0

Browse files
author
Vandenplas, Jeremie
committed
Fix issue #804
1 parent 0a00ced commit fd8e2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
program example_starts_with
22
use stdlib_strings, only: starts_with
33
implicit none
4-
print'(a)', starts_with("pattern", "pat") ! T
5-
print'(a)', starts_with("pattern", "ern") ! F
4+
print'(l)', starts_with("pattern", "pat") ! T
5+
print'(l)', starts_with("pattern", "ern") ! F
66
end program example_starts_with

0 commit comments

Comments
 (0)