diff options
Diffstat (limited to 'tests/files/simple.fountain.fdx')
-rw-r--r-- | tests/files/simple.fountain.fdx | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/tests/files/simple.fountain.fdx b/tests/files/simple.fountain.fdx index 2e56d82..9701f3a 100644 --- a/tests/files/simple.fountain.fdx +++ b/tests/files/simple.fountain.fdx @@ -6,7 +6,14 @@ <Text>EXT. SOMEWHERE - DAY</Text> </Paragraph> <Paragraph Type="Action"> - <Text>GUY and GURL walks down the street.</Text> + <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> @@ -20,5 +27,17 @@ <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> |