Home | History | Annotate | Download | only in yui
      1 /* preserving strings */
      2 .sele {
      3   content: "\"keep  \"    me";
      4   something: '\\\' .     . ';
      5   else: 'empty{}';
      6   content: "/* test */"; /* <---- this is not a comment, should be be kept */
      7 }