diff options
author | John Peter Yamauchi <johnpeteryams@gmail.com> | 2019-02-19 22:03:50 -0600 |
---|---|---|
committer | John Peter Yamauchi <johnpeteryams@gmail.com> | 2019-02-19 22:03:50 -0600 |
commit | 16af7101e490ce86aef57f0ed0eb475741fa06a4 (patch) | |
tree | 07ab703d2e8cfcd47b055c46bf53a411fe01c526 /tests/files/utf-8-bom.fountain.fdx | |
parent | 9c2e3683e207e81cf88350fde2dfadcecd5cc914 (diff) | |
parent | d9eb1a980798ff54ac9cd81ff1821f78aa57156b (diff) | |
download | screenplain-16af7101e490ce86aef57f0ed0eb475741fa06a4.tar.gz |
Merge branch 'master' into python3
Diffstat (limited to 'tests/files/utf-8-bom.fountain.fdx')
-rw-r--r-- | tests/files/utf-8-bom.fountain.fdx | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/files/utf-8-bom.fountain.fdx b/tests/files/utf-8-bom.fountain.fdx new file mode 100644 index 0000000..9701f3a --- /dev/null +++ b/tests/files/utf-8-bom.fountain.fdx @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<FinalDraft DocumentType="Script" Template="No" Version="1"> + + <Content> + <Paragraph Type="Scene Heading"> + <Text>EXT. SOMEWHERE - DAY</Text> + </Paragraph> + <Paragraph Type="Action"> + <Text>GUY and GURL walk down the street.</Text> + </Paragraph> + <Paragraph Type="Action"> + <Text>It's a sunny day. +</Text> + <Text>Sunnier than normal. +</Text> + <Text>Too sunny to be funny.</Text> + </Paragraph> + <Paragraph Type="Character"> + <Text>GUY</Text> + </Paragraph> + <Paragraph Type="Dialogue"> + <Text>So what's up?</Text> + </Paragraph> + <Paragraph Type="Character"> + <Text>GURL</Text> + </Paragraph> + <Paragraph Type="Dialogue"> + <Text>Nothing much.</Text> + </Paragraph> + <Paragraph Type="Dialogue"> + <Text>Just thinking.</Text> + </Paragraph> + <Paragraph Type="Dialogue"> + <Text>And you?</Text> + </Paragraph> + <Paragraph Type="Character"> + <Text>GUY</Text> + </Paragraph> + <Paragraph Type="Dialogue"> + <Text>Nothing.</Text> + </Paragraph> + </Content> +</FinalDraft> |