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 5856e7a commit 06a12a3Copy full SHA for 06a12a3
src/tests/jf_test_2.f90
@@ -138,6 +138,17 @@ subroutine test_2(error_cnt)
138
call json%print_error_message(error_unit)
139
error_cnt = error_cnt + 1
140
end if
141
+ call json%add(inp, 'special chars', '\ /')
142
+ if (json%failed()) then
143
+ call json%print_error_message(error_unit)
144
+ error_cnt = error_cnt + 1
145
+ end if
146
+ call json%add(inp, 'special chars in key \ /', '\ /')
147
148
149
150
151
+
152
nullify(inp)
153
154
!trajectory variables:
0 commit comments