From cc452998dc1af441cf3f9c5d0c7287cb5de48c4a Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:29:56 -0400 Subject: Initial implementation of nose testing. Still some cleanup to do, but this shows the differances between the old and the new. Also left one test failing (unsignificant white space only) to demonstrate what a failing test looks like. --- tests/misc/tabs-in-lists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/tabs-in-lists.html') diff --git a/tests/misc/tabs-in-lists.html b/tests/misc/tabs-in-lists.html index a1a92ec..fdb7cb6 100644 --- a/tests/misc/tabs-in-lists.html +++ b/tests/misc/tabs-in-lists.html @@ -19,7 +19,7 @@

Now a list with 4 spaces and some text:

Now with a tab and an extra space:

-- cgit v1.2.3 From 8b430d251b2518fa3303d7027f50268e0254b7a1 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:31:55 -0400 Subject: Moves tests to a subdir of the markdown lib. --- tests/misc/tabs-in-lists.html | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 tests/misc/tabs-in-lists.html (limited to 'tests/misc/tabs-in-lists.html') diff --git a/tests/misc/tabs-in-lists.html b/tests/misc/tabs-in-lists.html deleted file mode 100644 index fdb7cb6..0000000 --- a/tests/misc/tabs-in-lists.html +++ /dev/null @@ -1,42 +0,0 @@ -

First a list with a tabbed line

- -

Just a blank line:

- -

Now a list with 4 spaces and some text:

- -

Now with a tab and an extra space:

- -

Now a list with 4 spaces:

- \ No newline at end of file -- cgit v1.2.3