gtk/tests/css/parser/comment-detection.css
Benjamin Otte 29c8420746 tests: Add CSS test for comment detection
Tests recent fix.
2012-11-28 21:11:48 +01:00

12 lines
95 B
CSS

/*/
a { color: blue; }
*/
/*\*/
b { color: inherit; }
/* */
/**/
c { color: inherit; }
/* */