tests: add test coverage for comment lines within batch commands.
[project/uci.git] / test / references / export.result
1 package export
2
3 config type 'section'
4         option opt 'val'
5         list list_opt 'val0'
6         list list_opt 'val1'
7         option mul_line_opt_sq 'line 1
8 line 2 \
9 line 3'
10         option mul_line_opt_dq '"Hello, World.'\''
11 '
12