You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we're better off making the regex more tolerant. We could end up with issues if there is an = in the value: tag = {lorem ipsum = latin nonsense}
Currently any whitespace at the beginning of a
tag = value
pair causes it to not be recognized as shown in @bradfordcondon example bibtext file: https://github.com/UofS-Pulse-Binfo/tripal_bibtex/blob/7.x-3.x/example/example.bibWe should be more tolerant especially since this makes the file Much more readable.
The text was updated successfully, but these errors were encountered: