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 5a45117 commit 1350a25Copy full SHA for 1350a25
src/tests/jf_test_30.F90
@@ -39,7 +39,7 @@ subroutine test_30(error_cnt)
39
write(error_unit,'(A)') 'escape_solidus = '//trim(tf(i))
40
write(error_unit,'(A)') ''
41
42
- call json%initialize(escape_solidus=(i==1))
+ call json%initialize(escape_solidus=(i==1), stop_on_error=.true.)
43
call json%load_from_string(str)
44
call json%print_file()
45
0 commit comments