Project

General

Profile

Defect #33432 » 33432-v2.patch

Yuichi HARADA, 2020-05-26 02:36

View differences:

app/helpers/application_helper.rb
1278 1278
                \{\{                        # opening tag
1279 1279
                ([\w]+)                     # macro name
1280 1280
                (\(([^\n\r]*?)\))?          # optional arguments
1281
                ([\n\r].*?[\n\r])?          # optional block of text
1281
                (\R.*?\R?)?                 # optional block of text
1282 1282
                \}\}                        # closing tag
1283 1283
                )
1284 1284
               )/mx unless const_defined?(:MACROS_RE)
(4-4/5)