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/markdown-test/tabs.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'tests/markdown-test/tabs.html')
diff --git a/tests/markdown-test/tabs.html b/tests/markdown-test/tabs.html
index b26391b..3c11f14 100644
--- a/tests/markdown-test/tabs.html
+++ b/tests/markdown-test/tabs.html
@@ -1,11 +1,11 @@
this is a list item
-indented with spaces
+ indented with spaces
Code:
--
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/markdown-test/tabs.html | 23 -----------------------
1 file changed, 23 deletions(-)
delete mode 100644 tests/markdown-test/tabs.html
(limited to 'tests/markdown-test/tabs.html')
diff --git a/tests/markdown-test/tabs.html b/tests/markdown-test/tabs.html
deleted file mode 100644
index 3c11f14..0000000
--- a/tests/markdown-test/tabs.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-Code:
-this code block is indented by one tab
-
-And:
- this code block is indented by two tabs
-
-And:
-+ this is an example list item
- indented with tabs
-
-+ this is an example list item
- indented with spaces
-
\ No newline at end of file
--
cgit v1.2.3