From c58355251be5d92892163f13bc927c28a65ad30b Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 31 Jan 2012 22:43:41 +0100 Subject: Added tests on actual input/output files. This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug. --- tests/files/simple.spmd | 9 +++++++++ tests/files/simple.spmd.fdx | 24 ++++++++++++++++++++++++ tests/files/simple.spmd.html | 4 ++++ 3 files changed, 37 insertions(+) create mode 100644 tests/files/simple.spmd create mode 100644 tests/files/simple.spmd.fdx create mode 100644 tests/files/simple.spmd.html (limited to 'tests/files') diff --git a/tests/files/simple.spmd b/tests/files/simple.spmd new file mode 100644 index 0000000..07d488d --- /dev/null +++ b/tests/files/simple.spmd @@ -0,0 +1,9 @@ +EXT. SOMEWHERE - DAY + +GUY and GURL walks down the street. + +GUY +So what's up? + +GURL +Nothing much. diff --git a/tests/files/simple.spmd.fdx b/tests/files/simple.spmd.fdx new file mode 100644 index 0000000..2e56d82 --- /dev/null +++ b/tests/files/simple.spmd.fdx @@ -0,0 +1,24 @@ + + + + + + EXT. SOMEWHERE - DAY + + + GUY and GURL walks down the street. + + + GUY + + + So what's up? + + + GURL + + + Nothing much. + + + diff --git a/tests/files/simple.spmd.html b/tests/files/simple.spmd.html new file mode 100644 index 0000000..42cc600 --- /dev/null +++ b/tests/files/simple.spmd.html @@ -0,0 +1,4 @@ +

EXT. SOMEWHERE - DAY

+

GUY and GURL walks down the street.

+

GUY

So what's up?

+

GURL

Nothing much.

-- cgit