From 670b0d016cbf51783d4ef8b079ff7c50db13a679 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Fri, 24 Feb 2023 14:06:43 +0100 Subject: Add test for forcing action with "!" --- tests/files/forced-action.fountain | 2 ++ tests/files/forced-action.fountain.fdx | 10 ++++++++++ tests/files/forced-action.fountain.html | 1 + 3 files changed, 13 insertions(+) create mode 100644 tests/files/forced-action.fountain create mode 100644 tests/files/forced-action.fountain.fdx create mode 100644 tests/files/forced-action.fountain.html 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 @@ + + + + +THIS IS FORCED ACTION + +This is another line of action! + + + 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 @@ +

THIS IS FORCED ACTION
This is another line of action!

-- cgit