#19539: uci / regression / lists contain wrong chars
------------------------+------------------------
  Reporter:  bittorf@…  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+------------------------

Comment (by bittorf@…):

 so the minimal testcase is:

 {{{
 root@box:~ cat >>/etc/config/system <<EOF
 config x
 list y 'a b c'
 EOF

 root@box:~ uci get system.@x[0].y
 'a b c'
 }}}

 in older versions of OpenWrt (e.g. r44945) it outputs (without quotes)
 a b c

--
Ticket URL: <https://dev.openwrt.org/ticket/19539#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to