Closed lambdacasserole closed 7 years ago
The regular expression in the CoffeeScript that validates SMILES structures has a lower limit on length (7 or longer accepted, others rejected).
This PR changes this regular expression to allow SMILES structures of 1 character or more.
This is what was causing Issue #8.
The regular expression in the CoffeeScript that validates SMILES structures has a lower limit on length (7 or longer accepted, others rejected).
This PR changes this regular expression to allow SMILES structures of 1 character or more.