Strip block comments: Difference between revisions

Content deleted Content added
Rdm (talk | contribs)
m Fix spelling in the sample…
Line 13:
a = /* inline comment */ b + c ;
}
/*/ <-- trikytricky comments */
 
/**
Line 70:
a = /* inline comment */ b + c ;
}
/*/ <-- trikytricky comments */
 
/**
Line 106:
*
* Rahoo
*//* inline comment *//*/ <-- trikytricky comments *//**
* Another comment.
*/</pre>
Line 131:
a = /* inline comment */ b + c ;
}
/*/ <-- trikytricky comments */
 
/**
Line 166:
a = /* inline comment */ b + c ;
}
/*/ <-- trikytricky comments */
 
/**
Line 235:
source.s + " a = /* inline comment */ b + c ;" + #CRLF$
source.s + " }" + #CRLF$
source.s + " /*/ <-- trikytricky comments */" + #CRLF$
source.s + "" + #CRLF$
source.s + " /**" + #CRLF$
Line 265:
a = /* inline comment */ b + c ;
}
/*/ <-- trikytricky comments */
 
/**
Line 288:
longer comments here that we can parse.
Rahoo
inline comment / <-- trikytricky comments Another comment.
*/
function something() {
Line 314:
a = /* inline comment */ b + c ;
}
/*/ <-- trikytricky comments */
 
/**