From 61f03a116cdd62de35791318909887dd83338319 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 2 Jun 2022 22:14:03 +0200 Subject: [PATCH] Add additional test for comments --- test/corpus/comments.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/corpus/comments.txt b/test/corpus/comments.txt index e992ca0..e7375fe 100644 --- a/test/corpus/comments.txt +++ b/test/corpus/comments.txt @@ -39,6 +39,18 @@ Comment with slashes -------------------------------------------------------------------------------- +(source_file + (comment)) + + +================================================================================ +Comment with asterisks +================================================================================ + +/*****/ + +-------------------------------------------------------------------------------- + (source_file (comment))