Parsing errors on word boundaries
garym@teledyn.com - October 29, 2004 - 13:51
| Project: | Textile |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Nothing serious, but an incompatibility with the Choate parser, the drupal parser mis-reads Textile that does not have space boundaries where Brad's parser requires only word-boundaries:
e.g at the end of the teaser<!-- break -->!graphic.gif! the image markup exclamation point is missed unless it starts the line or is preceded by whitespace; I've noticed a few other places where parsing differs for the same basic reason, perhaps a difference between regex marked by \s instead of \b?

#1
I am unable to reproduce this. I tried your example, and it worked fine. Are you sure it wasn't a conflict with another filter and/or the filter ordering?
#2
Closed due to inactivity.