diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/files/forced-action.fountain | 2 | ||||
-rw-r--r-- | tests/files/forced-action.fountain.fdx | 10 | ||||
-rw-r--r-- | tests/files/forced-action.fountain.html | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/files/forced-action.fountain b/tests/files/forced-action.fountain new file mode 100644 index 0000000..aa96ee9 --- /dev/null +++ b/tests/files/forced-action.fountain @@ -0,0 +1,2 @@ +!THIS IS FORCED ACTION +This is another line of action! diff --git a/tests/files/forced-action.fountain.fdx b/tests/files/forced-action.fountain.fdx new file mode 100644 index 0000000..2f8359e --- /dev/null +++ b/tests/files/forced-action.fountain.fdx @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<FinalDraft DocumentType="Script" Template="No" Version="1"> +<Content> +<Paragraph Type="Action"> +<Text>THIS IS FORCED ACTION +</Text> +<Text>This is another line of action!</Text> +</Paragraph> +</Content> +</FinalDraft> diff --git a/tests/files/forced-action.fountain.html b/tests/files/forced-action.fountain.html new file mode 100644 index 0000000..c1ea5b4 --- /dev/null +++ b/tests/files/forced-action.fountain.html @@ -0,0 +1 @@ +<div class="action"><p>THIS IS FORCED ACTION<br/>This is another line of action!</p></div> |