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 b079b87 commit 5925f1cCopy full SHA for 5925f1c
src/tests/jf_test_20.f90
@@ -128,6 +128,13 @@ subroutine test_20(error_cnt)
128
! cleanup:
129
call json%destroy(p)
130
131
+ ! now, just a test of the edge case:
132
+ ! (where p doesn't have a parent)
133
+ call json%create_object(p,'root')
134
+ call json%create_object(new,'next')
135
+ call json%insert_after(p,new)
136
+ call json%destroy(p)
137
+
138
write(error_unit,'(A)') ''
139
write(error_unit,'(A)') '================================='
140
0 commit comments