Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # single comment | |
| 2 # comment with $variable | |
| 3 <# multi | |
| 4 line | |
| 5 comment | |
| 6 #> | |
| 7 not a `# comment # is a comment | |
| 8 | |
| 9 ---------------------------------------------------- | |
| 10 | |
| 11 [ | |
| 12 ["comment", "# single comment"], | |
| 13 ["comment", "# comment with $variable"], | |
| 14 ["comment", "<# multi\r\n\tline\r\n\tcomment\r\n#>"], | |
| 15 "\r\nnot a `# comment ", | |
| 16 ["comment", "# is a comment"] | |
| 17 ] | |
| 18 | |
| 19 ---------------------------------------------------- | |
| 20 | |
| 21 Testing comments | |
| OLD | NEW |