diff options
Diffstat (limited to 'test/data/syntax-comments.txt')
-rw-r--r-- | test/data/syntax-comments.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/data/syntax-comments.txt b/test/data/syntax-comments.txt index e10c1450e46..6f595e4d8dc 100644 --- a/test/data/syntax-comments.txt +++ b/test/data/syntax-comments.txt @@ -25,18 +25,19 @@ /* C Comments within lists */ 59}59 -50{ /* comment */ }50 +50{ /*70 comment */71 }50 51{ /**/ }51 -52{ // comment -}52 +52{ //72 comment +73}52 53{ // }53 -54{ // \ +54{ //74 \ }54 55{/* */}55 -56{ /* \*/ }56 -57*/57 +56{ /*76 \*/ }56 +57*/77 58}58 +60{ /*78 \\*/79}60 /* Straight Pascal comments (not nested) */ |