From 9df030ba55101db4a3a35c301769655d6fa7aa08 Mon Sep 17 00:00:00 2001 From: Haijian Wang Date: Wed, 2 Jan 2013 16:54:11 +0200 Subject: fix Ticket #10506, remove quotes in url path taking single quote into consideration Change-Id: I966ffeba8a60c7c16980cca3dfa69935e0aca67b --- theme-compiler/tests/resources/automatic/css/url-path.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 theme-compiler/tests/resources/automatic/css/url-path.css (limited to 'theme-compiler/tests/resources/automatic/css/url-path.css') diff --git a/theme-compiler/tests/resources/automatic/css/url-path.css b/theme-compiler/tests/resources/automatic/css/url-path.css new file mode 100644 index 0000000000..1045948ac8 --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/url-path.css @@ -0,0 +1,5 @@ +.bar { + background: url(foo/lorem.png); + background: url(foo/lorem.png); + background: url(foo/lorem.png); +} \ No newline at end of file -- cgit v1.2.3