From f0fea172c34f62f8a35b1c28549e25e4a30589c5 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 10 Jul 2012 00:40:49 +0200 Subject: Strip leading and trailing whitespace from character names. Closes #2 --- tests/files/dialogue.fountain | 5 +++++ tests/files/dialogue.fountain.fdx | 17 +++++++++++++++++ tests/files/dialogue.fountain.html | 2 ++ 3 files changed, 24 insertions(+) create mode 100644 tests/files/dialogue.fountain create mode 100644 tests/files/dialogue.fountain.fdx create mode 100644 tests/files/dialogue.fountain.html (limited to 'tests') diff --git a/tests/files/dialogue.fountain b/tests/files/dialogue.fountain new file mode 100644 index 0000000..e4a2ac2 --- /dev/null +++ b/tests/files/dialogue.fountain @@ -0,0 +1,5 @@ +GIRL +Let me tell you something. + + GUY + I don't wanna. diff --git a/tests/files/dialogue.fountain.fdx b/tests/files/dialogue.fountain.fdx new file mode 100644 index 0000000..4953b17 --- /dev/null +++ b/tests/files/dialogue.fountain.fdx @@ -0,0 +1,17 @@ + + + + +GIRL + + +Let me tell you something. + + +GUY + + +I don't wanna. + + + diff --git a/tests/files/dialogue.fountain.html b/tests/files/dialogue.fountain.html new file mode 100644 index 0000000..9b19719 --- /dev/null +++ b/tests/files/dialogue.fountain.html @@ -0,0 +1,2 @@ +

GIRL

Let me tell you something.

+

GUY

I don't wanna.

-- cgit