Add parsing tests for get, set and show
[project/uci.git] / test / tests.d / 050_show
1 test_get_parsing()
2 {
3 cp ${REF_DIR}/show_parsing.data ${CONFIG_DIR}/test
4
5 assertFailWithNoReturn "${UCI} show test."
6 assertFailWithNoReturn "${UCI} show test.section."
7 assertFailWithNoReturn "${UCI} show test.section.opt."
8 assertFailWithNoReturn "${UCI} show test.section.opt.val."
9 assertFailWithNoReturn "${UCI} show test.section.opt.val.qsdf.qsd"
10 assertFailWithNoReturn "${UCI} show test.section.opt.valqsqsd"
11 }