From b46d78daccb463d04cced070181427e59cd69d3f Mon Sep 17 00:00:00 2001 From: Tim Whiting Date: Thu, 23 Jul 2020 08:44:09 -0600 Subject: [PATCH] add in failing comment --- test/corpus/comments.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/corpus/comments.txt b/test/corpus/comments.txt index 037597f6f..7255b4ebc 100644 --- a/test/corpus/comments.txt +++ b/test/corpus/comments.txt @@ -5,6 +5,12 @@ comment // This is a comment /* This is also a comment */ /* this comment /* // /** ends here: */ +/** + * Is [:true:] if this comment is a documentation comment. + * + * That is, that the comment is either enclosed in [: /** ... */ :] or starts + * with [: /// :]. + */ ---