You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@angelo-mollame: In order to be able to do some 'unit tests' on sections of the replacement commands, it would be useful to have some kind of (very simplistic) block comments (= multi-line comments), which should not be that difficult since you seem to do your own parsing anyway. E.g. as follows
/* this is comment
this is still comment
*/
I wouldn't even mind if there were a requirement to put */ on a new line (as all other commands)...
The text was updated successfully, but these errors were encountered:
@angelo-mollame: In order to be able to do some 'unit tests' on sections of the replacement commands, it would be useful to have some kind of (very simplistic) block comments (= multi-line comments), which should not be that difficult since you seem to do your own parsing anyway. E.g. as follows
I wouldn't even mind if there were a requirement to put
*/
on a new line (as all other commands)...The text was updated successfully, but these errors were encountered: