aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions-x-codehilite/code.txt
diff options
context:
space:
mode:
authorYuri Takhteyev <yuri@freewisdom.org>2008-07-29 09:33:27 -0700
committerYuri Takhteyev <yuri@freewisdom.org>2008-07-29 09:33:27 -0700
commit6a63cadc9a7738c9495bb1eec435908a11fec469 (patch)
treed2db6f343c8138bef0c18cd2c63af5f86f68c61a /tests/extensions-x-codehilite/code.txt
parent99cda0ae525470c23bb59334e141baeabe963445 (diff)
downloadmarkdown-6a63cadc9a7738c9495bb1eec435908a11fec469.tar.gz
markdown-6a63cadc9a7738c9495bb1eec435908a11fec469.tar.bz2
markdown-6a63cadc9a7738c9495bb1eec435908a11fec469.zip
Adding extensions tests.
Diffstat (limited to 'tests/extensions-x-codehilite/code.txt')
-rw-r--r--tests/extensions-x-codehilite/code.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/extensions-x-codehilite/code.txt b/tests/extensions-x-codehilite/code.txt
new file mode 100644
index 0000000..6c62e6a
--- /dev/null
+++ b/tests/extensions-x-codehilite/code.txt
@@ -0,0 +1,12 @@
+
+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