aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/simple.fountain.html
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2012-03-01 19:46:24 +0100
committerMartin Vilcans <martin@librador.com>2012-03-01 19:46:24 +0100
commitdada415e8077f0d6f43ed7d6a31191af69551d0f (patch)
tree29fbf6af1eae8896577e41cc15083e947a6b5cdf /tests/files/simple.fountain.html
parent14b9b720c9d14dc9667d83d178b849082b016618 (diff)
downloadscreenplain-dada415e8077f0d6f43ed7d6a31191af69551d0f.tar.gz
Line breaks become <br/> instead of <p> in HTML.
This should make line breaks look good with the new CSS.
Diffstat (limited to 'tests/files/simple.fountain.html')
-rw-r--r--tests/files/simple.fountain.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/files/simple.fountain.html b/tests/files/simple.fountain.html
index abcc55a..70043dd 100644
--- a/tests/files/simple.fountain.html
+++ b/tests/files/simple.fountain.html
@@ -1,4 +1,6 @@
<h6>EXT. SOMEWHERE - DAY</h6>
-<div class="action"><p>GUY and GURL walks down the street.</p></div>
+<div class="action"><p>GUY and GURL walk down the street.</p></div>
+<div class="action"><p>It's a sunny day.<br/>Sunnier than normal.<br/>Too sunny to be funny.</p></div>
<div class="dialog"><p class="character">GUY</p><p>So what's up?</p></div>
-<div class="dialog"><p class="character">GURL</p><p>Nothing much.</p></div>
+<div class="dialog"><p class="character">GURL</p><p>Nothing much.</p><p>Just thinking.</p><p>And you?</p></div>
+<div class="dialog"><p class="character">GUY</p><p>Nothing.</p></div>