You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
230 B
Plaintext

# simple keys and values
key: 1 # comments are stripped
key_2: 2
key_3: -1
# basically the stripping of comments is all we care about
key_4: 0
key_5: +0
key_6: this is a string
key_7: "this is a quoted string"
key_8: [1 2 3]