Added hard examples that should produces errors

This commit is contained in:
moandji.ezana 2014-04-06 21:13:17 +02:00
parent 2c3152e770
commit bf08f527a2

View file

@ -0,0 +1,11 @@
# Each of the following keygroups/key value pairs should produce an error. Uncomment to them to test
[error] if you didn't catch this, your parser is broken
#string = "Anything other than tabs, spaces and newline after a keygroup or key value pair has ended should produce an error unless it is a comment" like this
#array = [
# "This might most likely happen in multiline arrays",
# Like here,
# "or here,
# and here"
# ] End of array comment, forgot the #
#number = 3.14 pi <--again forgot the #