edn-format / edn

Extensible Data Notation
2.61k stars 96 forks source link

Is the Discard sequence allowed to have trailing whitespace? #13

Closed richard-lyman closed 12 years ago

richard-lyman commented 12 years ago

Since whitespace is not significant, I might assume that it is allowed.

Would [a b foo #_ 42] => [a b foo] ?