summaryrefslogtreecommitdiffstats
path: root/tests/complex_array_test.sh
blob: 240674f07d34ed515ef661d92d0cf4b6d673c733 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

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

jdb_test_echo EchoArray ai "[ 1, 2, 3, 42, 99, -42 ]" &&
jdb_test_echo EchoArray ai "[ 1, 2, 3, 42, 99, \"foo\" ]" null "integer value expected." &&

jdb_test_echo CountArray ai "[ 1, 2, 3, 42, 99, -42 ]" 6 &&
jdb_test_echo CountArray ai "[]" 0