aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/files/notes.fountain14
-rw-r--r--tests/files/notes.fountain.html4
2 files changed, 18 insertions, 0 deletions
diff --git a/tests/files/notes.fountain b/tests/files/notes.fountain
index 1e68fd2..f72b4fc 100644
--- a/tests/files/notes.fountain
+++ b/tests/files/notes.fountain
@@ -16,3 +16,17 @@ a proper note
because it contains a blank line
]]
+
+Before full paragraph note
+
+[[Note as its own paragraph does not generate an empty paragraph]]
+
+After full paragraph note
+
+Before multi-paragraph note
+
+[[Note as its own paragraph
+on several lines
+does not generate an empty paragraph]]
+
+After multi-paragraph note
diff --git a/tests/files/notes.fountain.html b/tests/files/notes.fountain.html
index 033f63c..f9558bc 100644
--- a/tests/files/notes.fountain.html
+++ b/tests/files/notes.fountain.html
@@ -4,3 +4,7 @@
<div class="action"><p>Multiple on one</p></div>
<div class="action"><p>This is not [[<br/>a proper note</p></div>
<div class="action"><p>because it contains a blank line<br/>]]</p></div>
+<div class="action"><p>Before full paragraph note</p></div>
+<div class="action"><p>After full paragraph note</p></div>
+<div class="action"><p>Before multi-paragraph note</p></div>
+<div class="action"><p>After multi-paragraph note</p></div>