aboutsummaryrefslogtreecommitdiff
path: root/tests/pl/Tests_2007/Inline HTML (Simple).text
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/pl/Tests_2007/Inline HTML (Simple).text
parente0ae7d50955861449eb995f2f5e1412fde1e5c8e (diff)
parentb8ef043a4bce3c0e0c3a83a5309c17d1962be972 (diff)
downloadmarkdown-android14-mainline-media-release.tar.gz
Change-Id: I021ab2574e0bc70425aee49ea94e466a9011b001
Diffstat (limited to 'tests/pl/Tests_2007/Inline HTML (Simple).text')
-rw-r--r--tests/pl/Tests_2007/Inline HTML (Simple).text69
1 files changed, 69 insertions, 0 deletions
diff --git a/tests/pl/Tests_2007/Inline HTML (Simple).text b/tests/pl/Tests_2007/Inline HTML (Simple).text
new file mode 100644
index 0000000..14aa2dc
--- /dev/null
+++ b/tests/pl/Tests_2007/Inline HTML (Simple).text
@@ -0,0 +1,69 @@
+Here's a simple block:
+
+<div>
+ foo
+</div>
+
+This should be a code block, though:
+
+ <div>
+ foo
+ </div>
+
+As should this:
+
+ <div>foo</div>
+
+Now, nested:
+
+<div>
+ <div>
+ <div>
+ foo
+ </div>
+ </div>
+</div>
+
+This should just be an HTML comment:
+
+<!-- Comment -->
+
+Multiline:
+
+<!--
+Blah
+Blah
+-->
+
+Code block:
+
+ <!-- Comment -->
+
+Just plain comment, with trailing spaces on the line:
+
+<!-- foo -->
+
+Code:
+
+ <hr />
+
+Hr's:
+
+<hr>
+
+<hr/>
+
+<hr />
+
+<hr>
+
+<hr/>
+
+<hr />
+
+<hr class="foo" id="bar" />
+
+<hr class="foo" id="bar"/>
+
+<hr class="foo" id="bar" >
+