csharpfritz / TAML

Defining the coolest and simplest markup language delimited ONLY by tabs
MIT License
23 stars 11 forks source link

Distinguish empty arrays from arrays with empty values #66

Closed kyrvlasiuk closed 3 years ago

kyrvlasiuk commented 3 years ago

In #62 was decided on the use of ![] to indicate empty array and !"" - empty value. Example should reflect an array with one empty value.

myArray
    !""

I will submit a fix shortly.