Bugfix: Implement bracketSameLine
options for html tags
#208
Annotations
18 errors and 3 warnings
tests/Expressions/jsfmt.spec.js > Expressions > should handle mapping expressions:
tests/Expressions/jsfmt.spec.js#L45
Error: Snapshot `Expressions > should handle mapping expressions 1` mismatched
- Expected
+ Received
@@ -66,6 +66,7 @@
}
}).apply({
theme
})
})
- }}></div>
+ }}
+ ></div>
❯ tests/Expressions/jsfmt.spec.js:45:9
|
tests/Expressions/jsfmt.spec.js > Expressions > should handle object expressions:
tests/Expressions/jsfmt.spec.js#L57
Error: Snapshot `Expressions > should handle object expressions 1` mismatched
- Expected
+ Received
@@ -8,8 +8,9 @@
}}
<h1
class="{{ {
('hero__title--' ~ (locale|lower)): locale in ['CN', 'JP', 'DE', 'RU']
- }|classes }}">
+ }|classes }}"
+ >
Heading
</h1>
❯ tests/Expressions/jsfmt.spec.js:57:9
|
tests/Failing/jsfmt.spec.js > Failing > should handle failing cases:
tests/Failing/jsfmt.spec.js#L17
Error: Snapshot `Failing > should handle failing cases 1` mismatched
- Expected
+ Received
@@ -40,11 +40,12 @@
<span class="rat-chart__bar-holder">
<span
class="rat-chart__bar-content rat-color--{{ valueIndex }}"
{{ {
style: width
- } | attrs }}>
+ } | attrs }}
+ >
</span>
</span>
</span>
❯ tests/Failing/jsfmt.spec.js:17:9
|
tests/Failing/jsfmt.spec.js > Failing > should handle controversial cases:
tests/Failing/jsfmt.spec.js#L24
Error: Snapshot `Failing > should handle controversial cases 1` mismatched
- Expected
+ Received
@@ -8,11 +8,12 @@
<!-- Always break objects -->
<section
class="{{ {
base: css.prices
- } | classes }}"></section>
+ } | classes }}"
+ ></section>
<!-- This is what happens if we reduce indentation depth here:
"as" and object keys at same indentation level
-->
<article>
❯ tests/Failing/jsfmt.spec.js:24:9
|
tests/Statements/jsfmt.spec.js > Statements > should handle macro statements:
tests/Statements/jsfmt.spec.js#L33
Error: Snapshot `Statements > should handle macro statements 1` mismatched
- Expected
+ Received
@@ -15,11 +15,12 @@
%}
<input
type="{{ type }}"
name="{{ name }}"
value="{{ value|e }}"
- size="{{ size }}" />
+ size="{{ size }}"
+ />
{% endmacro %}
{%- macro wrapped_input(name, value, type, size) %}
{% import _self as forms %}
❯ tests/Statements/jsfmt.spec.js:33:9
|
Test (18)
Process completed with exit code 1.
|
tests/Expressions/jsfmt.spec.js > Expressions > should handle mapping expressions:
tests/Expressions/jsfmt.spec.js#L45
Error: Snapshot `Expressions > should handle mapping expressions 1` mismatched
- Expected
+ Received
@@ -66,6 +66,7 @@
}
}).apply({
theme
})
})
- }}></div>
+ }}
+ ></div>
❯ tests/Expressions/jsfmt.spec.js:45:9
|
tests/Expressions/jsfmt.spec.js > Expressions > should handle object expressions:
tests/Expressions/jsfmt.spec.js#L57
Error: Snapshot `Expressions > should handle object expressions 1` mismatched
- Expected
+ Received
@@ -8,8 +8,9 @@
}}
<h1
class="{{ {
('hero__title--' ~ (locale|lower)): locale in ['CN', 'JP', 'DE', 'RU']
- }|classes }}">
+ }|classes }}"
+ >
Heading
</h1>
❯ tests/Expressions/jsfmt.spec.js:57:9
|
tests/Failing/jsfmt.spec.js > Failing > should handle failing cases:
tests/Failing/jsfmt.spec.js#L17
Error: Snapshot `Failing > should handle failing cases 1` mismatched
- Expected
+ Received
@@ -40,11 +40,12 @@
<span class="rat-chart__bar-holder">
<span
class="rat-chart__bar-content rat-color--{{ valueIndex }}"
{{ {
style: width
- } | attrs }}>
+ } | attrs }}
+ >
</span>
</span>
</span>
❯ tests/Failing/jsfmt.spec.js:17:9
|
tests/Failing/jsfmt.spec.js > Failing > should handle controversial cases:
tests/Failing/jsfmt.spec.js#L24
Error: Snapshot `Failing > should handle controversial cases 1` mismatched
- Expected
+ Received
@@ -8,11 +8,12 @@
<!-- Always break objects -->
<section
class="{{ {
base: css.prices
- } | classes }}"></section>
+ } | classes }}"
+ ></section>
<!-- This is what happens if we reduce indentation depth here:
"as" and object keys at same indentation level
-->
<article>
❯ tests/Failing/jsfmt.spec.js:24:9
|
tests/Statements/jsfmt.spec.js > Statements > should handle macro statements:
tests/Statements/jsfmt.spec.js#L33
Error: Snapshot `Statements > should handle macro statements 1` mismatched
- Expected
+ Received
@@ -15,11 +15,12 @@
%}
<input
type="{{ type }}"
name="{{ name }}"
value="{{ value|e }}"
- size="{{ size }}" />
+ size="{{ size }}"
+ />
{% endmacro %}
{%- macro wrapped_input(name, value, type, size) %}
{% import _self as forms %}
❯ tests/Statements/jsfmt.spec.js:33:9
|
Test (22)
Process completed with exit code 1.
|
tests/Expressions/jsfmt.spec.js > Expressions > should handle mapping expressions:
tests/Expressions/jsfmt.spec.js#L45
Error: Snapshot `Expressions > should handle mapping expressions 1` mismatched
- Expected
+ Received
@@ -66,6 +66,7 @@
}
}).apply({
theme
})
})
- }}></div>
+ }}
+ ></div>
❯ tests/Expressions/jsfmt.spec.js:45:9
|
tests/Expressions/jsfmt.spec.js > Expressions > should handle object expressions:
tests/Expressions/jsfmt.spec.js#L57
Error: Snapshot `Expressions > should handle object expressions 1` mismatched
- Expected
+ Received
@@ -8,8 +8,9 @@
}}
<h1
class="{{ {
('hero__title--' ~ (locale|lower)): locale in ['CN', 'JP', 'DE', 'RU']
- }|classes }}">
+ }|classes }}"
+ >
Heading
</h1>
❯ tests/Expressions/jsfmt.spec.js:57:9
|
tests/Failing/jsfmt.spec.js > Failing > should handle failing cases:
tests/Failing/jsfmt.spec.js#L17
Error: Snapshot `Failing > should handle failing cases 1` mismatched
- Expected
+ Received
@@ -40,11 +40,12 @@
<span class="rat-chart__bar-holder">
<span
class="rat-chart__bar-content rat-color--{{ valueIndex }}"
{{ {
style: width
- } | attrs }}>
+ } | attrs }}
+ >
</span>
</span>
</span>
❯ tests/Failing/jsfmt.spec.js:17:9
|
tests/Failing/jsfmt.spec.js > Failing > should handle controversial cases:
tests/Failing/jsfmt.spec.js#L24
Error: Snapshot `Failing > should handle controversial cases 1` mismatched
- Expected
+ Received
@@ -8,11 +8,12 @@
<!-- Always break objects -->
<section
class="{{ {
base: css.prices
- } | classes }}"></section>
+ } | classes }}"
+ ></section>
<!-- This is what happens if we reduce indentation depth here:
"as" and object keys at same indentation level
-->
<article>
❯ tests/Failing/jsfmt.spec.js:24:9
|
tests/Statements/jsfmt.spec.js > Statements > should handle macro statements:
tests/Statements/jsfmt.spec.js#L33
Error: Snapshot `Statements > should handle macro statements 1` mismatched
- Expected
+ Received
@@ -15,11 +15,12 @@
%}
<input
type="{{ type }}"
name="{{ name }}"
value="{{ value|e }}"
- size="{{ size }}" />
+ size="{{ size }}"
+ />
{% endmacro %}
{%- macro wrapped_input(name, value, type, size) %}
{% import _self as forms %}
❯ tests/Statements/jsfmt.spec.js:33:9
|
Test (20)
Process completed with exit code 1.
|
Test (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|