@@ -38,7 +38,7 @@ describe('upstream reference fixture', function ()
3838 -- or fname:match("/leading_dots.ftl$")
3939 or fname :match (" /literal_expressions.ftl$" )
4040 -- or fname:match("/member_expressions.ftl$")
41- -- or fname:match("/messages.ftl$")
41+ or fname :match (" /messages.ftl$" )
4242 -- or fname:match("/mixed_entries.ftl$")
4343 -- or fname:match("/multiline_values.ftl$")
4444 or fname :match (" /numbers.ftl$" )
@@ -50,7 +50,7 @@ describe('upstream reference fixture', function ()
5050 -- or fname:match("/sparse_entries.ftl$")
5151 or fname :match (" /tab.ftl$" )
5252 -- or fname:match("/term_parameters.ftl$")
53- -- or fname:match("/terms.ftl$")
53+ or fname :match (" /terms.ftl$" )
5454 or fname :match (" /variables.ftl$" )
5555 -- or fname:match("/variant_keys.ftl$")
5656 or fname :match (" /whitespace_in_value.ftl$" )
@@ -96,7 +96,7 @@ describe('upstream structure fixture', function ()
9696 or fname :match (" /attribute_expression_with_wrong_attr.ftl" )
9797 -- or fname:match("/attribute_of_private_as_placeable.ftl")
9898 or fname :match (" /attribute_of_public_as_selector.ftl" )
99- -- or fname:match("/attribute_starts_from_nl.ftl")
99+ or fname :match (" /attribute_starts_from_nl.ftl" )
100100 -- or fname:match("/attribute_with_empty_pattern.ftl")
101101 -- or fname:match("/attribute_without_equal_sign.ftl")
102102 -- or fname:match("/blank_lines.ftl")
@@ -105,7 +105,7 @@ describe('upstream structure fixture', function ()
105105 or fname :match (" /comment_with_eof.ftl" )
106106 -- or fname:match("/crlf.ftl")
107107 -- or fname:match("/dash_at_eof.ftl")
108- -- or fname:match("/elements_indent.ftl")
108+ or fname :match (" /elements_indent.ftl" )
109109 or fname :match (" /empty_resource.ftl" )
110110 or fname :match (" /empty_resource_with_ws.ftl" )
111111 -- or fname:match("/escape_sequences.ftl")
@@ -130,13 +130,13 @@ describe('upstream structure fixture', function ()
130130 or fname :match (" /placeable_without_close_bracket.ftl" )
131131 or fname :match (" /resource_comment.ftl" )
132132 or fname :match (" /resource_comment_trailing_line.ftl" )
133- -- or fname:match("/second_attribute_starts_from_nl.ftl")
133+ or fname :match (" /second_attribute_starts_from_nl.ftl" )
134134 or fname :match (" /select_expressions.ftl" )
135135 or fname :match (" /select_expression_without_arrow.ftl" )
136136 or fname :match (" /select_expression_without_variants.ftl" )
137137 or fname :match (" /select_expression_with_two_selectors.ftl" )
138138 or fname :match (" /simple_message.ftl" )
139- -- or fname:match("/single_char_id.ftl")
139+ or fname :match (" /single_char_id.ftl" )
140140 or fname :match (" /sparse-messages.ftl" )
141141 or fname :match (" /standalone_comment.ftl" )
142142 or fname :match (" /standalone_identifier.ftl" )
@@ -152,9 +152,9 @@ describe('upstream structure fixture', function ()
152152 -- or fname:match("/variant_with_digit_key.ftl")
153153 -- or fname:match("/variant_with_empty_pattern.ftl")
154154 -- or fname:match("/variant_with_leading_space_in_name.ftl")
155- or fname :match (" /variant_with_symbol_with_space.ftl" )
156- or fname :match (" /whitespace_leading.ftl" )
157- or fname :match (" /whitespace_trailing.ftl" )
155+ -- or fname:match("/variant_with_symbol_with_space.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