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 | |
parent | 8b154c0d5b9268d5e41a7774d6e87bbbac1a33e4 (diff) | |
download | screenplain-fd832267cf7b55b4d3cdc56e313eb2bec215cc55.tar.gz |
Parse files with BOM present; fixes #5
Diffstat (limited to 'tests/files/utf-8-bom.fountain')
-rw-r--r-- | tests/files/utf-8-bom.fountain | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/files/utf-8-bom.fountain b/tests/files/utf-8-bom.fountain new file mode 100644 index 0000000..ddfe1f9 --- /dev/null +++ b/tests/files/utf-8-bom.fountain @@ -0,0 +1,18 @@ +EXT. SOMEWHERE - DAY
+
+GUY and GURL walk down the street.
+
+It's a sunny day.
+Sunnier than normal.
+Too sunny to be funny.
+
+GUY
+So what's up?
+
+GURL
+Nothing much.
+Just thinking.
+And you?
+
+GUY
+Nothing.
\ No newline at end of file |