Open tmcphillips opened 9 years ago
Received report that for the following case YW reports that @end tag1 is missing when it is @end tag3 that is missing.
@end tag1
@end tag3
@begin tag1 @begin tag2 @end tag2 @begin tag3 @end tag1
This is a bug. It can be fixed by comparing the tag names between the tag name of the top element in the stack and the end tag name.
Received report that for the following case YW reports that
@end tag1
is missing when it is@end tag3
that is missing.