aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/syntax-comments.txt13
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 @@
25 25
26/* C Comments within lists */ 26/* C Comments within lists */
2759}59 2759}59
2850{ /* comment */ }50 2850{ /*70 comment */71 }50
2951{ /**/ }51 2951{ /**/ }51
3052{ // comment 3052{ //72 comment
31}52 3173}52
3253{ // 3253{ //
33}53 33}53
3454{ // \ 3454{ //74 \
35}54 35}54
3655{/* */}55 3655{/* */}55
3756{ /* \*/ }56 3756{ /*76 \*/ }56
3857*/57 3857*/77
3958}58 3958}58
4060{ /*78 \\*/79}60
40 41
41 42
42/* Straight Pascal comments (not nested) */ 43/* Straight Pascal comments (not nested) */