lib/opulent/tokens.rb in opulent-1.1.9 vs lib/opulent/tokens.rb in opulent-1.2.0
- old
+ new
@@ -74,10 +74,10 @@
# Yield
block: /\A(block)/,
# Conditional Structures
control: /\A(if|elsif|else|unless|case|when|each|while|until)/,
- each_pattern: /\A(\w+( *, *\w+)? +)?in +.+/,
+ each_pattern: /\A(\w+( *, *\w+)?)? +in +.+/,
# Text
text: /\A\|/,
# Brackets