@@ -41,7 +41,7 @@ describe('upstream reference fixture', function ()
4141 -- or fname:match("/messages.ftl$")
4242 -- or fname:match("/mixed_entries.ftl$")
4343 -- or fname:match("/multiline_values.ftl$")
44- -- or fname:match("/numbers.ftl$")
44+ or fname :match (" /numbers.ftl$" )
4545 or fname :match (" /obsolete.ftl$" )
4646 -- or fname:match("/placeables.ftl$")
4747 -- or fname:match("/reference_expressions.ftl$")
@@ -119,9 +119,9 @@ describe('upstream structure fixture', function ()
119119 -- or fname:match("/message_with_empty_multiline_pattern.ftl")
120120 -- or fname:match("/message_with_empty_pattern.ftl")
121121 or fname :match (" /multiline-comment.ftl" )
122- -- or fname:match("/multiline_pattern.ftl")
122+ or fname :match (" /multiline_pattern.ftl" )
123123 or fname :match (" /multiline_string.ftl" )
124- -- or fname:match("/multiline_with_non_empty_first_line.ftl")
124+ or fname :match (" /multiline_with_non_empty_first_line.ftl" )
125125 -- or fname:match("/multiline_with_placeables.ftl")
126126 -- or fname:match("/non_id_attribute_name.ftl")
127127 -- or fname:match("/placeable_at_eol.ftl")
@@ -153,8 +153,8 @@ describe('upstream structure fixture', function ()
153153 -- or fname:match("/variant_with_empty_pattern.ftl")
154154 -- or fname:match("/variant_with_leading_space_in_name.ftl")
155155 or fname :match (" /variant_with_symbol_with_space.ftl" )
156- -- or fname:match("/whitespace_leading.ftl")
157- -- or fname:match("/whitespace_trailing.ftl")
156+ or fname :match (" /whitespace_leading.ftl" )
157+ or fname :match (" /whitespace_trailing.ftl" )
158158 ) then
159159 describe (object , function ()
160160 local ftl = filetostring (fname )
0 commit comments