Skip to content

Commit e17de6f

Browse files
committed
unit test update.
1 parent 68e9fa4 commit e17de6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/jf_test_38.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ subroutine test_38(error_cnt)
4949
call json%parse(p, '{"a": 1.0}')
5050

5151
call json%update(p,'a',2.0_wp,found)
52+
call json%update(p,CK_'a',2.0_wp,found)
53+
call json%update(p,CDK_'a',2.0_wp,found)
54+
5255
call json%add_by_path(p,'b',3.0_wp)
5356
call json%add_by_path(p,'vec1',[1.0_wp, 2.0_wp, 3.0_wp])
5457
call json%add(p,'c',4.0_wp)

0 commit comments

Comments
 (0)