johnrajbd / bots

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

add: sanity checks on separators (edifact/x12) #351

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
- separators can not be the same (eg element and segment separator)
- separators can not be alphanumeric
- separators can not be space
reason to do these checks: much better errors.
these types of mistakes lead to harder to understand errors.
usually this is a beginners problem, so clear errors are more helpful.
also for edi-testrobot.

Original issue reported on code.google.com by hjebb...@gmail.com on 10 Apr 2015 at 12:06