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.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/extensions-x-codehilite/code.txt (limited to 'tests/extensions-x-codehilite/code.txt') 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 -- cgit v1.2.3