aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/files/forced-action.fountain2
-rw-r--r--tests/files/forced-action.fountain.fdx10
-rw-r--r--tests/files/forced-action.fountain.html1
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>