summaryrefslogtreecommitdiff
path: root/test/regression.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression.txt')
-rw-r--r--test/regression.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt
index a6669d0..7a859a4 100644
--- a/test/regression.txt
+++ b/test/regression.txt
@@ -92,3 +92,17 @@ Issue #192 - escaped spaces in link destination
.
<p>[a](te\ st)</p>
````````````````````````````````
+
+Issue #527 - meta tags in inline contexts
+
+```````````````````````````````` example
+City:
+<span itemprop="contentLocation" itemscope itemtype="https://schema.org/City">
+ <meta itemprop="name" content="Springfield">
+</span>
+.
+<p>City:
+<span itemprop="contentLocation" itemscope itemtype="https://schema.org/City">
+ <meta itemprop="name" content="Springfield">
+</span></p>
+````````````````````````````````