yesworkflow-org / yw-prototypes

Research prototype with tutorial. Start here to learn about and try YesWorkflow.
http://yesworkflow.org/wiki
Other
33 stars 13 forks source link

YW incorrectly reports which @end tag is missing. #20

Open tmcphillips opened 9 years ago

tmcphillips commented 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.

@begin tag1
  @begin tag2 
  @end tag2 
  @begin tag3
@end tag1
sycao5 commented 9 years ago

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.