XcodeGen/Tests/Fixtures/yaml.yml
2018-03-30 19:24:19 +11:00

21 lines
253 B
YAML

true: true
false: false
yes: YES
no: NO
yesQuote: "YES"
noQuote: "NO"
int: 1
intQuote: "1"
float: 3.2
floatQuote: "10.10"
string: hello
stringQuote: "hello"
space: " "
empty:
emptyQuote: ""
emptyDictionary: {}
arrayLiteral: [1,2]
arrayList:
- 1
- 2