mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49: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
|
|
@ -11,5 +11,5 @@
|
|||
|{{1,2,4,
|
||||
/* hey */3,
|
||||
9
|
||||
-- hoy
|
||||
// hoy
|
||||
,6}}
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@
|
|||
|{[1,2,4,
|
||||
/* hey */3,
|
||||
9
|
||||
-- hoy
|
||||
// hoy
|
||||
,6]}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@
|
|||
|{(1,2,4,
|
||||
/* hey */3,
|
||||
9
|
||||
-- hoy
|
||||
// hoy
|
||||
,6)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue