diff options
author | michaelx386 <michaelx386@gmail.com> | 2015-09-18 17:51:49 +0100 |
---|---|---|
committer | michaelx386 <michaelx386@gmail.com> | 2015-09-18 17:51:49 +0100 |
commit | fd832267cf7b55b4d3cdc56e313eb2bec215cc55 (patch) | |
tree | 5f5c1d33edb52ef12a332b67a637999099f4c063 /tests/files/utf-8-bom.fountain.html | |
parent | 8b154c0d5b9268d5e41a7774d6e87bbbac1a33e4 (diff) | |
download | screenplain-fd832267cf7b55b4d3cdc56e313eb2bec215cc55.tar.gz |
Parse files with BOM present; fixes #5
Diffstat (limited to 'tests/files/utf-8-bom.fountain.html')
-rw-r--r-- | tests/files/utf-8-bom.fountain.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/files/utf-8-bom.fountain.html b/tests/files/utf-8-bom.fountain.html new file mode 100644 index 0000000..70043dd --- /dev/null +++ b/tests/files/utf-8-bom.fountain.html @@ -0,0 +1,6 @@ +<h6>EXT. SOMEWHERE - DAY</h6> +<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><p>Just thinking.</p><p>And you?</p></div> +<div class="dialog"><p class="character">GUY</p><p>Nothing.</p></div> |