File: nested_complex_values.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Nested complex h-* value parsing test</title>
  </head>
  <body>
    <div class="h-entry">
      <div class="u-in-reply-to h-cite">
        <a class="p-author h-card" href="http://example.com">Example Author</a>
        <a class="p-name u-url" href="http://example.com/post">Example Post</a>
      </div>
    </div>
  </body>
</html>