File: JSONLD_with_control_characters_comment.html

package info (click to toggle)
extruct 0.18.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,048 kB
  • sloc: python: 2,106; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">

<head>
    <script type="application/ld+json">
    {
        "data": "<!-- John joined the festival. --><b>some
        text</b>"
    }
    </script>
</head>

<body></body>

</html>