From 246083dfac14dc5ebb4e787558b8bd134fc66996 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Sun, 22 Jul 2012 22:54:39 +0200 Subject: Fixed runtime error on HTML output of dual dialogue. Thanks for the bug report, Dahlia! --- tests/files/dual-dialogue.fountain | 5 +++++ tests/files/dual-dialogue.fountain.html | 1 + 2 files changed, 6 insertions(+) create mode 100644 tests/files/dual-dialogue.fountain create mode 100644 tests/files/dual-dialogue.fountain.html (limited to 'tests') diff --git a/tests/files/dual-dialogue.fountain b/tests/files/dual-dialogue.fountain new file mode 100644 index 0000000..b1cbc36 --- /dev/null +++ b/tests/files/dual-dialogue.fountain @@ -0,0 +1,5 @@ +GIRL +Hey! + +GUY^ +Hello! diff --git a/tests/files/dual-dialogue.fountain.html b/tests/files/dual-dialogue.fountain.html new file mode 100644 index 0000000..4ed6a06 --- /dev/null +++ b/tests/files/dual-dialogue.fountain.html @@ -0,0 +1 @@ +

GIRL

Hey!

GUY

Hello!


-- cgit v1.2.3