1 This test checks various Runtime functions.
5 "no url here" -> "no url here"
6 "@url()" -> "fake_module/"
7 "@url(file.js)" -> "fake_module/file.js"
8 "before @url(long/path/to/the/file.png) after" -> "before fake_module/long/path/to/the/file.png after"
9 "@url(first.png)@url(second.gif)" -> "fake_module/first.pngfake_module/second.gif"
10 "a lot of @url(stuff) in a@url(single)line and more url() @@url (not/a/resource.gif)" -> "a lot of fake_module/stuff in afake_module/singleline and more url() @@url (not/a/resource.gif)"