summaryrefslogtreecommitdiffstats
path: root/tests/complex_dict_test.sh
blob: f5af108b88ad6b86a39be3890c806d7daa1c0f9a (plain)
1
2
3
4
5
6
7
#!/bin/bash

. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Complex" || return

jdb_test_echo EchoDict 'a{si}' '{ "a": 1, "b": 2, "ff": 3, "y": 42, "x": 99, "foo": -42 }' &&
jdb_test_echo EchoDict 'a{si}' '{ "a": 1, "b": "2" }' null "integer value expected."