diff options
| -rw-r--r-- | test/block_scope_list.plain.html | 2 | ||||
| -rw-r--r-- | test/block_scope_list.rdfa.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/block_scope_list.plain.html b/test/block_scope_list.plain.html index 8f83544..4a42c3b 100644 --- a/test/block_scope_list.plain.html +++ b/test/block_scope_list.plain.html @@ -1,5 +1,5 @@ <ul> <li>Thomas Francart</li> -<li>Thomas Francart</li> +<li>39</li> <li>Semantic Web Consultant</li> </ul> diff --git a/test/block_scope_list.rdfa.html b/test/block_scope_list.rdfa.html index f8fcd78..2c4246d 100644 --- a/test/block_scope_list.rdfa.html +++ b/test/block_scope_list.rdfa.html @@ -1,5 +1,5 @@ <ul> <li><span property="foaf:name">Thomas Francart</span></li> -<li><span property="foaf:age">Thomas Francart</span></li> +<li><span property="foaf:age">39</span></li> <li><span property="rdfs:comment">Semantic Web Consultant</span></li> </ul> |
