aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2015-07-23 09:33:21 +0200
committerMartin Vilcans <martin@librador.com>2015-07-23 22:09:31 +0200
commit8b154c0d5b9268d5e41a7774d6e87bbbac1a33e4 (patch)
treecbcb9f862a3fa4ee59fa09e45980f73cb25ce883 /tests
parentd7a223968547cbe713845249c90f607574ed73df (diff)
downloadscreenplain-8b154c0d5b9268d5e41a7774d6e87bbbac1a33e4.tar.gz
Add test for dual dialogue in FDX output
Diffstat (limited to 'tests')
-rw-r--r--tests/files/dual-dialogue.fountain.fdx21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/files/dual-dialogue.fountain.fdx b/tests/files/dual-dialogue.fountain.fdx
new file mode 100644
index 0000000..16d022e
--- /dev/null
+++ b/tests/files/dual-dialogue.fountain.fdx
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<FinalDraft DocumentType="Script" Template="No" Version="1">
+ <Content>
+ <Paragraph>
+ <DualDialogue>
+ <Paragraph Type="Character">
+ <Text>GIRL</Text>
+ </Paragraph>
+ <Paragraph Type="Dialogue">
+ <Text>Hey!</Text>
+ </Paragraph>
+ <Paragraph Type="Character">
+ <Text>GUY</Text>
+ </Paragraph>
+ <Paragraph Type="Dialogue">
+ <Text>Hello!</Text>
+ </Paragraph>
+ </DualDialogue>
+ </Paragraph>
+ </Content>
+</FinalDraft>