Skip to content

Commit

Permalink
Fixed template to correctly deal with wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Kreft committed Aug 28, 2014
1 parent 2f04d5f commit 899e9a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ self.consume()
>>

Wildcard(w) ::= <<
setState(<w.stateNumber>);
<if(w.labels)><w.labels:{l | <labelref(l)> = }><endif>matchWildcard()
self.state = <w.stateNumber>
<if(w.labels)><w.labels:{l | <labelref(l)> = }><endif>self.matchWildcard()
>>

// ACTION STUFF
Expand Down

0 comments on commit 899e9a4

Please sign in to comment.