diff --git a/test/css/strings.css b/test/css/strings.css index 9f7ed68..f61460a 100644 --- a/test/css/strings.css +++ b/test/css/strings.css @@ -4,7 +4,9 @@ content: "#*%:&^,)!.(~*})"; empty: ""; } -#comments { content: "/* hello */ // not-so-secret"; } +#comments { + content: "/* hello */ // not-so-secret"; +} #single-quote { quotes: "'" "'"; content: '""#!&""';