mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 17:55:40 +03:00
Remove unnecessary regex options
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module Liquid
|
||||
class Raw < Block
|
||||
Syntax = /\A\s*\z/om
|
||||
Syntax = /\A\s*\z/
|
||||
FullTokenPossiblyInvalid = /\A(.*)#{TagStart}\s*(\w+)\s*(.*)?#{TagEnd}\z/om
|
||||
|
||||
def initialize(tag_name, markup, options)
|
||||
|
||||
Reference in New Issue
Block a user