XcodeGen/Tests/Fixtures/yaml.yml

21 lines
253 B
YAML
Raw Normal View History

2018-03-01 16:04:54 +03:00
true: true
false: false
yes: YES
no: NO
yesQuote: "YES"
noQuote: "NO"
int: 1
intQuote: "1"
float: 3.2
2018-03-30 11:24:19 +03:00
floatQuote: "10.10"
2018-03-01 16:04:54 +03:00
string: hello
stringQuote: "hello"
space: " "
empty:
emptyQuote: ""
emptyDictionary: {}
arrayLiteral: [1,2]
arrayList:
- 1
- 2