File: html_probe.fqtest

package info (click to toggle)
fq 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 106,624 kB
  • sloc: xml: 2,835; makefile: 250; sh: 241; exp: 57; ansic: 21
file content (27 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/html.html:

    <html><a>

$ fq . html.html
{
  "html": {
    "body": {
      "a": ""
    },
    "head": ""
  }
}
/doctype.html:

    <!DOCTYPE html>
    <a>

$ fq . doctype.html
{
  "html": {
    "body": {
      "a": ""
    },
    "head": ""
  }
}