From e76e044308a8d3b5fa93bc9a2657897c480bb782 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Thu, 14 Apr 2016 00:10:15 +0200 Subject: Show multiple spaces in a row as is in HTML & PDF Not sure if FDX output should use   Let's keep using spaces for now. Closes #30 --- tests/files/indentation.fountain | 11 +++++++++++ tests/files/indentation.fountain.fdx | 24 ++++++++++++++++++++++++ tests/files/indentation.fountain.html | 6 ++++++ 3 files changed, 41 insertions(+) create mode 100644 tests/files/indentation.fountain create mode 100644 tests/files/indentation.fountain.fdx create mode 100644 tests/files/indentation.fountain.html (limited to 'tests') diff --git a/tests/files/indentation.fountain b/tests/files/indentation.fountain new file mode 100644 index 0000000..1640032 --- /dev/null +++ b/tests/files/indentation.fountain @@ -0,0 +1,11 @@ +EXT. INDENTATION TEST + + Four spaces + + Three spaces + + Two spaces + + One space + +No spaces diff --git a/tests/files/indentation.fountain.fdx b/tests/files/indentation.fountain.fdx new file mode 100644 index 0000000..958417f --- /dev/null +++ b/tests/files/indentation.fountain.fdx @@ -0,0 +1,24 @@ + + + + + + EXT. INDENTATION TEST + + + Four spaces + + + Three spaces + + + Two spaces + + + One space + + + No spaces + + + diff --git a/tests/files/indentation.fountain.html b/tests/files/indentation.fountain.html new file mode 100644 index 0000000..491b515 --- /dev/null +++ b/tests/files/indentation.fountain.html @@ -0,0 +1,6 @@ +
EXT. INDENTATION TEST
+

    Four spaces

+

   Three spaces

+

  Two spaces

+

 One space

+

No spaces

-- cgit