Modify gcfg/example_test.go 'profile "A"' to 'profileX "A"'
Run self-test.
What happens?
can't store data at section "profileX"
can't store data into key "color" at section "profileX"
can't store data at section "profileX"
can't store data into key "color" at section "profileX"
Also, neglecting to wrap in quotes a field value string containing spaces e.g.
color = light yellow
rather than quoted:
color = "light yellow"
produces no complaint, but rather silently discards "yellow".
What are the steps to reproduce this issue?
What happens?
What versions of software are you using?
Current v1, 9585638