Skip to content

Commit

Permalink
strip snapshot trailing newline to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed May 9, 2024
1 parent dd504ba commit a4ae4e2
Show file tree
Hide file tree
Showing 230 changed files with 0 additions and 230 deletions.
1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/charset.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ source: malva/tests/fmt.rs
@charset 'iso-8859-15';
@charset "UTF-8";
@charset "UTF-8";

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/counter-style.snap
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ source: malva/tests/fmt.rs

suffix: " ";
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/custom-media.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ source: malva/tests/fmt.rs
@custom-media --tablet (min-width: 768px) and (max-width: 1279px);

@custom-media --tablet (min-width: 768px) and (max-width: 1279px);

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/font-face.snap
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ source: malva/tests/fmt.rs
url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/font-feature-values.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ source: malva/tests/fmt.rs
nice-style: 12;
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/import.snap
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ source: malva/tests/fmt.rs
@import url("foo.css");
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600";
@import url("foo.css,800");

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/keyframes.snap
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,3 @@ source: malva/tests/fmt.rs
top: 0;
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/media.snap
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,3 @@ source: malva/tests/fmt.rs
all and (-o-min-device-pixel-ratio: 3/2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/namespace.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ source: malva/tests/fmt.rs
@namespace url("http://example.com/foo/very/very/very/very/very/very/very/very/very/very/very/very/very/very");
@namespace url("http://example.com/foo/very/very/very/very/very/very/very/very/very/very/very/very/very/very/very");
@namespace url("http://example.com/foo/very/very/very/very/very/very/very/very/very/very/very/very/very/very/very");

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/page.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ source: malva/tests/fmt.rs
@page vertical {
size: A4 portrait;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/supports.snap
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ source: malva/tests/fmt.rs
((-moz-transform-style: preserve-3d) or
((-o-transform-style: preserve-3d) or
(-webkit-transform-style: preserve-3d))) {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/at-rule/viewport.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ source: malva/tests/fmt.rs

max-width: 800px;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/attribute/custom-selector.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source: malva/tests/fmt.rs
@custom-selector :--icon i[class^="icon-"], i[class*=" icon-"];
@custom-selector :--icon i[class^="icon-"], i[class*=" icon-"];
@custom-selector :--icon i[class^="icon-"], i[class*=" icon-"];

1 change: 0 additions & 1 deletion malva/tests/fmt/css/attribute/insensitive.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source: malva/tests/fmt.rs
input[type="radio" i] {}
img[alt~="person" i][src*="lorem" i] {}
section:has(:not([type="radio" i], [type="checkbox" i])) {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/attribute/namespaces.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ source: malva/tests/fmt.rs
[*|att] {}
[|att] {}
[att] {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/attribute/quotes.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ a[class="(╯°□°)╯︵ ┻━┻"] {}
input:not([type="radio"]):not([type="checkbox"]) {}
input:not([type="radio"], [type="checkbox"]) {}
section:has(:not([type="radio"], [type="checkbox"])) {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/attribute/spaces.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ section:has(:not([type="radio" i], [type="checkbox" i])) {}
[|att] {}
[|att] {}
[|att] {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/block-selector-linebreak/always.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ h3,
h4,
h5,
h6 {}

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ source: malva/tests/fmt.rs
h1, h2, h3, h4, h5, h6 {}
.very-very-very-very-very-very-long-selector,
.very-very-very-very-very-very-very-very-very-long-selector {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/block-selector-linebreak/wrap.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/bom/bom.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ source: malva/tests/fmt.rs
html {
content: "#{1}";
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/case/case.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ x-panel {
:host(:hover) {
transform: scale(1.1);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/case/custom-selectors.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ source: malva/tests/fmt.rs
:--camelCase {
content: red;
}

Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ source: malva/tests/fmt.rs
.grid {
grid-template-rows: [row-1-00\:00] auto;
}
1 change: 0 additions & 1 deletion malva/tests/fmt/css/colon/colon.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source: malva/tests/fmt.rs
div {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/color-adjuster.snap
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,3 @@ source: malva/tests/fmt.rs
color: color(red hue(* 20deg));
color: color(var(--highlightColor) blackness(+ 20%));
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/color-level-4.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ bar {
color: lab(56.29% 019.93 16.58 / 50%);
color: lch(56.29% 19.86 236.62deg / 50%);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/current-color.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ source: malva/tests/fmt.rs
border: 1px dashed currentColor;
border: 1px dashed currentcolor;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/functional-syntax.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ source: malva/tests/fmt.rs
color: hsl(270 60% 50% / 0.15);
color: hsla(240, 100%, 50%, 0.05);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/hexcolor-ignore.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ source: malva/tests/fmt.rs
color: #F09F;
color: #FF0099FF;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/hexcolor-lower.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ source: malva/tests/fmt.rs
color: #f09f;
color: #ff0099ff;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/hexcolor-upper.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ source: malva/tests/fmt.rs
color: #F09F;
color: #FF0099FF;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/color/whitespace-syntax.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ source: malva/tests/fmt.rs
color: hsla(240 100% 50% / 0.05);
color: hsla(240 100% 50% / 5%);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/combinator/combinator.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ source: malva/tests/fmt.rs
.x.y {}
.x .y {}
.x .y {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/CRLF.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ source: malva/tests/fmt.rs
color: red; /* Comment 5 */
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/at-rules.snap
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,3 @@ source: malva/tests/fmt.rs
} /* comment 214 */
/* comment 215 */
} /* comment 216 */

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/block.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ source: malva/tests/fmt.rs
/**
* Kikoo
*/

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/bug.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ source: malva/tests/fmt.rs
---
/* Catchall baseclass */
.glyphicon {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/custom-properties.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ source: malva/tests/fmt.rs
/* comment 10 */
}
/* comment 11 */

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/declaration.snap
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ body {
/* comment 84 */
background: #000;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/pad-comments.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
source: malva/tests/fmt.rs
---
/* cfg padComments = true */

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/selectors.snap
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@ article
--centered /* comments 193 */: /* comments 194 */ { display: flex;
align-items: center; justify-content: center; };
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/source-map.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ source: malva/tests/fmt.rs
}

/*# sourceMappingURL=file.css.map */

1 change: 0 additions & 1 deletion malva/tests/fmt/css/comments/types.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ span {
/*
<small class=tooltip><span>Lorem ipsum dolor</span></small>
*/

1 change: 0 additions & 1 deletion malva/tests/fmt/css/composes/composes.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ source: malva/tests/fmt.rs
composes: selector from
"a/long/file/path/exceeding/the/maximum/length/forcing/a/line-wrap/file.css";
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/cursor/test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ source: malva/tests/fmt.rs
/* hloow <|> */
background-color: white;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/declaration-order/alphabetical.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ a {
--a: 0;
display: flex;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/declaration-order/concentric.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ a {
--a: 0;
display: flex;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/declaration-order/smacss.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ a {
--a: 0;
display: flex;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/empty/empty.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ div {
box-sizing: border-box;
color: red;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/grid/grid.snap
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,3 @@ div {
grid-area: main;
grid-area: 1 / main-start / 3 / main-end;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/important/important.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source: malva/tests/fmt.rs
div {
max-height: none !important;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/indent/indent.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ div {
var(ads-help-tray-header-height-new)
);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/indent/selectors.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ a {
display: flex;
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/inline-url/empty.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source: malva/tests/fmt.rs
@font-face {
src: url();
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/inline-url/inline_url.snap
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ source: malva/tests/fmt.rs
background: no-repeat center/80% url(path/to/123.jpg);
background: no-repeat center/80% url(#123.foo);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/long-rule/long_rule.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source: malva/tests/fmt.rs
.nuclide-resize-sensitive-container-sensor,
.nuclide-resize-sensitive-container-expand,
.nuclide-resize-sensitive-container-shrink {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/loose/loose.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ div {
margin: -moz-calc(100% - 320px);
background-image: url() center center no-repeat black;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/nest/nested.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ source: malva/tests/fmt.rs
display: block;
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/nest/nesting.snap
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,3 @@ a {
order: 2;
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/numbers/numbers.snap
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ source: malva/tests/fmt.rs
@media only screen and (-webkit-min-device-pixel-ratio: 0.5),
only screen and (min-device-pixel-ratio: 0.5) {}
@include single-transition(transform, 0.5s ease);

1 change: 0 additions & 1 deletion malva/tests/fmt/css/numbers/omit-number-leading-zero.snap
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ source: malva/tests/fmt.rs
height: attr(data-size em, .01);
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/operator-linebreak/after.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ a {
)
);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/operator-linebreak/before.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ a {
)
);
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/params/params.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source: malva/tests/fmt.rs
.clusterPlannerDialog input[type="text"], .clusterPlannerDialog .uiTypeahead {
width: 220px;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/parens/parens.snap
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ a {
unicode-range: U+4??; /* wildcard range */
unicode-range: U+0025-00FF, U+4??; /* multiple values */
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/postcss-8-improment/empty-props.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ source: malva/tests/fmt.rs
--two-space: ;
--many-space: ;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/postcss-8-improment/test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ https://github.com/postcss/postcss/releases/tag/8.0.0
background: greenyellow;
}
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/pseudo-call/is.snap
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ h1 {
some-element:is(::before, ::after) {
display: block;
}

Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ source: malva/tests/fmt.rs
::unknown(
#p0:checked ~ #play:checked ~ #c1:checked, #p1:checked ~ #play:checked ~ #c2:checked, #p2:checked ~ #play:checked ~ #co:checked
) {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/pseudo-call/pseudo-call.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
source: malva/tests/fmt.rs
---
div:not(:last-child) {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/pseudo-call/where.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ source: malva/tests/fmt.rs
:where(section.where-styling, aside.where-styling, footer.where-styling) a {
color: orange;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/quotes/always-double.snap
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@ source: malva/tests/fmt.rs
@foo ("one");
@foo ("one");
@foo ("one" two "three");

1 change: 0 additions & 1 deletion malva/tests/fmt/css/quotes/always-single.snap
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ source: malva/tests/fmt.rs
@foo ('one');
@foo ('one');
@foo ('one' two 'three');

1 change: 0 additions & 1 deletion malva/tests/fmt/css/quotes/prefer-double.snap
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ source: malva/tests/fmt.rs
@foo ("one");
@foo ("one");
@foo ("one" two "three");

1 change: 0 additions & 1 deletion malva/tests/fmt/css/quotes/prefer-single.snap
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ source: malva/tests/fmt.rs
@foo ('one');
@foo ('one');
@foo ('one' two 'three');

1 change: 0 additions & 1 deletion malva/tests/fmt/css/selector-list/selectors.snap
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,3 @@ ns|* {}
*|* {}

|* {}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/single-line-block-threshold/0.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ a { /* comment */ }
a {
width: 0;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/single-line-block-threshold/1.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ a {
width: 0;
height: 0;
}

1 change: 0 additions & 1 deletion malva/tests/fmt/css/single-line-block-threshold/2.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ a {
height: 0;
display: block;
}

0 comments on commit a4ae4e2

Please sign in to comment.