mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
[language] replace inline comment delimiter -- with //
This commit is contained in:
parent
6cfb7fd7a3
commit
a8f5cec236
6 changed files with 61 additions and 61 deletions
|
|
@ -1,8 +1,8 @@
|
|||
--hey couic + 5
|
||||
//hey couic + 5
|
||||
|
||||
/*nested /*comments*/ d*/
|
||||
|
||||
--nested /*comments*/ d--
|
||||
//nested /*comments*/ d//
|
||||
|
||||
/* mul
|
||||
ti
|
||||
|
|
@ -12,12 +12,12 @@ error("d")
|
|||
|
||||
2 /*end of line*/
|
||||
|
||||
2 --end of line--
|
||||
2 //end of line//
|
||||
|
||||
/*start of line*/ 3
|
||||
|
||||
--start of line-- 3
|
||||
//start of line// 3
|
||||
|
||||
5 + /*middle*/ 3
|
||||
|
||||
5 + --middle-- 3
|
||||
5 + //middle// 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue