Skip to content

Commit a9de08e

Browse files
committed
example 50 header print
1 parent 56c6c24 commit a9de08e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/jf_test_50.F90

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ subroutine test_50(error_cnt)
3131
type(json_core) :: json
3232
type(json_value),pointer :: p
3333

34+
write(error_unit,'(A)') ''
35+
write(error_unit,'(A)') '================================='
36+
write(error_unit,'(A)') ' EXAMPLE 50'
37+
write(error_unit,'(A)') '================================='
38+
write(error_unit,'(A)') ''
39+
3440
call json%initialize(compress_vectors = .true.) ! so it will print each col on one line
3541

3642
call json%create_object(p,'') !create the root

0 commit comments

Comments
 (0)