-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test error message for nested #defblocks
- Loading branch information
1 parent
fbd5661
commit 7115b81
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test/81-block-nested/input:14: error: #defblocks cannot be nested |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#defblock lorem | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor | ||
incididunt ut labore et dolore magna aliqua. Diam sit amet nisl suscipit | ||
adipiscing bibendum est ultricies. Vitae ultricies leo integer malesuada nunc | ||
vel risus. Ornare massa eget egestas purus viverra accumsan in nisl | ||
nisi. Malesuada fames ac turpis egestas. Sit amet consectetur adipiscing | ||
elit. Elit ut aliquam purus sit amet luctus venenatis. Sed viverra tellus in hac | ||
habitasse. Sollicitudin aliquam ultrices sagittis orci a scelerisque | ||
purus. Cursus metus aliquam eleifend mi in nulla posuere sollicitudin. Vel risus | ||
commodo viverra maecenas accumsan. Posuere lorem ipsum dolor sit amet | ||
consectetur adipiscing. Malesuada fames ac turpis egestas integer eget aliquet | ||
nibh. Consectetur adipiscing elit ut aliquam purus. Nulla aliquet porttitor | ||
lacus luctus accumsan tortor posuere. | ||
#defblock nested | ||
block nested in lorem | ||
#endblock | ||
#endblock | ||
#useblock lorem |