1<===> input.scss
2// test.scss:
3a {
4  background-image: url(fn("s"));
5}
6<===> output.css
7a {
8  background-image: url(fn("s"));
9}
10