summaryrefslogtreecommitdiff
path: root/systrace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/preserve-strings.css
blob: 9151373d22ecd580905eb6e6776be027bd499575 (plain)
1
2
3
4
5
6
7
/* preserving strings */
.sele {
  content: "\"keep  \"    me";
  something: '\\\' .     . ';
  else: 'empty{}';
  content: "/* test */"; /* <---- this is not a comment, should be be kept */
}