From 6f21ae6d2a0fe480b90e68ff097f021e929ac299 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Thu, 24 Sep 2015 17:08:59 +0200 Subject: [PATCH] Add test for parsing multi-line css comments Closes #2455 --- test/unit/css-parse.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/unit/css-parse.html b/test/unit/css-parse.html index 36172ae7ef..3e2e757450 100644 --- a/test/unit/css-parse.html +++ b/test/unit/css-parse.html @@ -59,6 +59,14 @@ background: red; } /* comment */ + + /* + This is a multi-line comment + */ + + /*.aclassThatShouldBeIgnored { + someProperty: thatMustNotShowUp + }*/