Comment
|
Oops--you almost have the html formatting, but you escaped your paragraph tag when you should have just entered it!
Anyway, while having the longer string evaluate on its own is not as optimal as off of the subtree, this situation will not result in any missed or inaccurate recognitions, so it wasn't addressed...could be in the future purely as an optimization.
The fix that was put in addresses the situation where the shorter starting strings are evaluated before the longer string-- in that case, the longer string has to be made part of the "short string node" or the longer string will never be evaluated.
|