mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Add unit tests for concatCSS() and concatJS()
This commit is contained in:
parent
7363f71d4a
commit
b5a10e850f
10 changed files with 120 additions and 2 deletions
4
tests/_data/formatter/concat.source1.css
Normal file
4
tests/_data/formatter/concat.source1.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@charset "UTF-8";
|
||||
.rhymix {
|
||||
background: url("foo/bar.jpg");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue