github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/testcharms/charm-repo/quantal/yaml-config/config.yaml (about) 1 options: 2 hexstring: 3 default: "0xD06F00D" 4 description: A hex string that should be a string, not a number. 5 type: string 6 numberstring: 7 default: "123456" 8 description: A string that happens to contain a number. 9 type: string 10 nonoctal: 11 default: 01182252 12 description: Number that isn't valid octal, so should be a string. 13 type: string