Skip to content

Commit c9ee9e0

Browse files
committed
added some more test cases.
1 parent bafd9b1 commit c9ee9e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/jf_test_24.F90

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ subroutine test_24(error_cnt)
7979
call json%add_by_path(p, CK_'a.unicode_test.cvec.ck_ck' , [CK_'1',CK_'2',CK_'3'], found)
8080
call json%add_by_path(p, CK_'a.unicode_test.cvec.ck_cdk' , [CDK_'1',CDK_'2',CDK_'3'],found)
8181
call json%add_by_path(p, CDK_'a.unicode_test.cvec.cdk_cdk' ,[CDK_'1',CDK_'2',CDK_'3'],found)
82+
83+
! also test the unicode operators:
84+
if (ck_'1' == cdk_'1' .and. &
85+
ck_'1' /= cdk_'2' .and. &
86+
cdk_'1' /= ck_'2' ) then
87+
write(error_unit,'(A)') 'Unicode operator tests passed'
88+
end if
8289
#endif
8390

8491
if (.not. was_created) then

0 commit comments

Comments
 (0)