Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.shinegis.mu
/
htdocs
/
functions
/
scssphp
/
tests
/
inputs
/
/srv/data/web/vhosts/www.shinegis.mu/htdocs/functions/scssphp/tests/inputs/parsing_comments.scss
/* comment 1 */ a { /* comment 2 */ color: red; /* comment 3 */ /* comment 4 */ } /* comment 5 */ /*! comment 1 */ b { /*! comment 2 */ color: red; /*! comment 3 */ /*! comment 4 */ } /*! comment 5 */ /* * multi-line comment 1 */ c { /* * multi-line comment 2 */ color: red; /* * multi-line comment 3 */ /* * multi-line comment 4 */ } /* * multi-line comment 5 */ /*! * multi-line comment 1 */ d { /*! * multi-line comment 2 */ color: red; /*! * multi-line comment 3 */ /*! * multi-line comment 4 */ } /*! * multi-line comment 5 */ // comment 1 e { // comment 2 color: red; // comment 3 // comment 4 } // comment 5