diff options
Diffstat (limited to 'tests/extensions-x-codehilite/code.txt')
-rw-r--r-- | tests/extensions-x-codehilite/code.txt | 12 |
1 files changed, 0 insertions, 12 deletions
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 |