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/em-around-links.html | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
(limited to 'tests/misc/em-around-links.html')
diff --git a/tests/misc/em-around-links.html b/tests/misc/em-around-links.html
index 06bfa8e..fafac28 100644
--- a/tests/misc/em-around-links.html
+++ b/tests/misc/em-around-links.html
@@ -1,16 +1,13 @@
Title
-
-
Python in Markdown by some
- great folks - This does work as expected.
-
+great folks - This does work as expected.
\ No newline at end of file
--
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/em-around-links.html | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 tests/misc/em-around-links.html
(limited to 'tests/misc/em-around-links.html')
diff --git a/tests/misc/em-around-links.html b/tests/misc/em-around-links.html
deleted file mode 100644
index fafac28..0000000
--- a/tests/misc/em-around-links.html
+++ /dev/null
@@ -1,13 +0,0 @@
-Title
-
-Python in Markdown by some
-great folks - This does work as expected.
\ No newline at end of file
--
cgit v1.2.3