aboutsummaryrefslogtreecommitdiff
path: root/tests/extensions/codehilite.txt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:52:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:52:12 +0000
commit1e5312c01ce7246b883bdc580ae0a92bc9d66de4 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /tests/extensions/codehilite.txt
parente0ae7d50955861449eb995f2f5e1412fde1e5c8e (diff)
parentb8ef043a4bce3c0e0c3a83a5309c17d1962be972 (diff)
downloadmarkdown-android14-mainline-media-release.tar.gz
Change-Id: I021ab2574e0bc70425aee49ea94e466a9011b001
Diffstat (limited to 'tests/extensions/codehilite.txt')
-rw-r--r--tests/extensions/codehilite.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/extensions/codehilite.txt b/tests/extensions/codehilite.txt
new file mode 100644
index 0000000..6c62e6a
--- /dev/null
+++ b/tests/extensions/codehilite.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