johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

new: very strict checking on whitespace 'between' records #352

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in edifact/x12 spaces are (strict interpretation) not allowed between records.
for bots this was OK.
Added an option to do stricter checking: use syntax option 
'allow_spaces_between_records' = False
By default this is True.
This would be set in grammar for edifact, x12.
used in edi-testrobot.

Original issue reported on code.google.com by hjebb...@gmail.com on 11 Apr 2015 at 11:09