-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pigment] Improve testing of fixtures
Now, no need to manually create and write to files. If the output files don't exist, they'll be created with the expected content. If the contents itself change, use "test:update" command to automatically update the fixtures.
- Loading branch information
1 parent
98d42ba
commit 1cc1377
Showing
7 changed files
with
89 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,32 @@ | ||
@keyframes r1ub6j9g{from{transform:rotate(360deg);}to{transform:rotate(0deg);}} | ||
.c1y26wbb{color:red;animation:r1ub6j9g 2s ease-out 0s infinite;} | ||
.ct00dwm{color:red;font-size:3rem;} | ||
.soujkwr{display:block;position:absolute;border-radius:inherit;background-color:currentColor;opacity:0.38;font-size:3rem;} | ||
.soujkwr-1{font-size:3rem;} | ||
.s14dtw5g{display:block;opacity:0.38;font-size:3rem;} | ||
@keyframes r1ub6j9g { | ||
from { | ||
transform: rotate(360deg); | ||
} | ||
to { | ||
transform: rotate(0deg); | ||
} | ||
} | ||
.c1y26wbb { | ||
color: red; | ||
animation: r1ub6j9g 2s ease-out 0s infinite; | ||
} | ||
.ct00dwm { | ||
color: red; | ||
font-size: 3rem; | ||
} | ||
.soujkwr { | ||
display: none; | ||
position: absolute; | ||
border-radius: inherit; | ||
background-color: currentColor; | ||
opacity: 0.38; | ||
font-size: 3rem; | ||
} | ||
.soujkwr-1 { | ||
font-size: 3rem; | ||
} | ||
.s14dtw5g { | ||
display: block; | ||
opacity: 0.38; | ||
font-size: 3rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.