godber / pds3label

A Python module for parsing PDS 3 labels.
MIT License
0 stars 0 forks source link

Scrub strings properly #3

Closed godber closed 9 years ago

godber commented 9 years ago

The strings returned by the ANTLR grammar currently have a bug that requires that we manually scrub the string to be PDS compliant. This scrubbing should strip all new lines and redundant whitespace.

See the issue in the grammar for details: godber/pds3_grammar/issues/2

godber commented 9 years ago

I think 7c3c133 covers everything that needs to be done to strings.