1
0
Fork 0
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:
Étienne Fildadut 2024-04-29 23:43:52 +02:00
parent 6cfb7fd7a3
commit a8f5cec236
6 changed files with 61 additions and 61 deletions

View file

@ -11,5 +11,5 @@
|{{1,2,4,
/* hey */3,
9
-- hoy
// hoy
,6}}

View file

@ -11,5 +11,5 @@
|{[1,2,4,
/* hey */3,
9
-- hoy
// hoy
,6]}

View file

@ -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

View file

@ -11,5 +11,5 @@
|{(1,2,4,
/* hey */3,
9
-- hoy
// hoy
,6)}