Css formatting bug?

14 views
Skip to first unread message

Jaap Geurts

unread,
Jun 11, 2014, 10:51:55 PM6/11/14
to prett...@googlegroups.com
I tried to format a piece of CSS and the formatter broke the result.

Input:
.configuration-model { /* top: 17.077em; *//* left: 2.308em; */padding: 0 2.308em;}

note that the first and second comment are back to back.

expected output:

.configuration-model .box-superior .box-info {
/* top: 17.077em; */
/* left: 2.308em; */
padding: 0em 2.308em;
}

actual output:
.configuration-model .box-superior .box-info {
/* top: 17.077em; */
* left: 2.308em; * /
padding: 0em 2.308em;
}


the second comment is broken (missing forward slash at the beginning and space between * and / at the end of the comment)

thanks
Jaap

Cheney, Edward A SFC USARMY (US)

unread,
Jun 13, 2014, 12:41:30 AM6/13/14
to prett...@googlegroups.com
Jaap,

Please try the tool now.

Thanks,
Austin
________________________________________
From: prett...@googlegroups.com [prett...@googlegroups.com] on behalf of Jaap Geurts [jaapg...@gmail.com]
Sent: Wednesday, June 11, 2014 9:51 PM
To: prett...@googlegroups.com
Subject: [Pretty Diff] Css formatting bug?

expected output:

thanks
Jaap

--
You received this message because you are subscribed to the Google Groups "Pretty Diff" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pretty-diff...@googlegroups.com.
To post to this group, send email to prett...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pretty-diff/1688487e-0a73-4659-88b6-bd8603bada4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
Message has been deleted
0 new messages