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/extensions-x-codehilite/code.html | 16 ---------------- tests/extensions-x-codehilite/code.txt | 12 ------------ tests/extensions-x-codehilite/test.cfg | 2 -- 3 files changed, 30 deletions(-) delete mode 100644 tests/extensions-x-codehilite/code.html delete mode 100644 tests/extensions-x-codehilite/code.txt delete mode 100644 tests/extensions-x-codehilite/test.cfg (limited to 'tests/extensions-x-codehilite') diff --git a/tests/extensions-x-codehilite/code.html b/tests/extensions-x-codehilite/code.html deleted file mode 100644 index 6a8ee91..0000000 --- a/tests/extensions-x-codehilite/code.html +++ /dev/null @@ -1,16 +0,0 @@ -

Some text

-
1
-2
-3
-4
-5
-6
def __init__ (self, pattern) :
-    self.pattern = pattern
-    self.compiled_re = re.compile("^(.*)%s(.*)$" % pattern, re.DOTALL)
-
-def getCompiledRegExp (self) :
-    return self.compiled_re
-
-
- -

More text

\ No newline at end of file diff --git a/tests/extensions-x-codehilite/code.txt b/tests/extensions-x-codehilite/code.txt deleted file mode 100644 index 6c62e6a..0000000 --- a/tests/extensions-x-codehilite/code.txt +++ /dev/null @@ -1,12 +0,0 @@ - -Some text - - #!python - def __init__ (self, pattern) : - self.pattern = pattern - self.compiled_re = re.compile("^(.*)%s(.*)$" % pattern, re.DOTALL) - - def getCompiledRegExp (self) : - return self.compiled_re - -More text \ No newline at end of file diff --git a/tests/extensions-x-codehilite/test.cfg b/tests/extensions-x-codehilite/test.cfg deleted file mode 100644 index 6ed10a2..0000000 --- a/tests/extensions-x-codehilite/test.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -extensions=codehilite -- cgit v1.2.3