dhall-haskell/tests/format/escapeNumericLabelA.dhall
Gabriel Gonzalez bbefcc549d
Fix logic for escaping rendered identifiers (#252)
The existing logic for escaping identifiers was rather ad-hoc and was
incorrectly skipping over numeric identifiers.  Rather than try to
detect when the identifier is invalid, it's simpler to just detect when
the identifier is valid and then escape if not.
2018-02-06 22:32:30 -08:00

2 lines
12 B
Plaintext