Skip to content

Commit 2457993

Browse files
authored
Merge pull request #8 from gbprod/fix-block-set
fix: allow block set statement
2 parents 035f549 + 7eb3f7c commit 2457993

File tree

7 files changed

+1692
-1516
lines changed

7 files changed

+1692
-1516
lines changed

corpus/comment.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
===============
1+
================================================================================
22
Inline comments
3-
===============
3+
================================================================================
44

55
Lorem {# ipsum #} dolor sit amet,
66
consectetur adipiscing elit,
77
{#sed#} do eiusmod tempor incididunt
88
ut labore et dolore magna aliqua.
99

10-
---
10+
--------------------------------------------------------------------------------
1111

1212
(template
1313
(content)
@@ -16,16 +16,16 @@ ut labore et dolore magna aliqua.
1616
(comment)
1717
(content))
1818

19-
==============
19+
================================================================================
2020
Block comments
21-
==============
21+
================================================================================
2222

2323
Lorem {# ipsum dolor sit amet,
2424
consectetur adipiscing elit,
2525
sed#} do eiusmod tempor incididunt
2626
ut labore et dolore magna aliqua.
2727

28-
---
28+
--------------------------------------------------------------------------------
2929

3030
(template
3131
(content)

0 commit comments

Comments
 (0)