Skip to content

Commit

Permalink
fix test rex template to emit correct ruby syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Aug 6, 2019
1 parent d8af06b commit 003297e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/assets/test.rex
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ class C < SomethingElse
macro
w [\s\r\n\f]*

rule

# [:state] pattern [actions]

{w}~={w} { [:INCLUDES, text] }

end
end
end

0 comments on commit 003297e

Please sign in to comment.