mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-01 04:17:08 -03:00
lint
This commit is contained in:
@ -67,7 +67,7 @@ module Tartrazine
|
||||
Log.trace { "Stack is #{@state_stack} State is #{state.name}, pos is #{pos}, text is #{text[pos..pos + 10]}" }
|
||||
state.rules.each do |rule|
|
||||
matched, new_pos, new_tokens = rule.match(text, pos, self)
|
||||
Log.trace { "NOT MATCHED: #{rule.xml}"}
|
||||
Log.trace { "NOT MATCHED: #{rule.xml}" }
|
||||
next unless matched
|
||||
Log.trace { "MATCHED: #{rule.xml}" }
|
||||
|
||||
|
Reference in New Issue
Block a user