`uci set 'myconfig.section=type##'` results in: ``` config type## section ``` and `##section` is interpreted as a comment. This should either produce: ``` config 'type##' section ``` or `type##` should be considered an invalid string for a section type.
uci set 'myconfig.section=type##'results in:and
##sectionis interpreted as a comment. This should either produce:or
type##should be considered an invalid string for a section type.