summaryrefslogtreecommitdiffstats
path: root/src/test/test8.gold
blob: 02a8b992dad17311cc602f614f46ab972a1bb876 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[
  {
    "table_name": "result-0",
    "query": "select qname from dns",
    "head": [
      { "name": "qname","type": "text" }
    ],
    "data": [
      ["test."],
      ["'."],
      ["\"."],
      ["$."],
      ["\\."],
      ["$."],
      ["$."],
      ["_test.all.54.non-escaped.characters.abcdefghijklmnopqrstuvwxyz.ABCDEFGHIJKLMNOPQRSTUVWXYZ.0123456789.test."],
      ["dot.embeded.in.a.label.test."]
    ]
  }
]
[
  {
    "table_name": "result-0",
    "query": "select qname from dns",
    "head": [
      { "name": "qname","type": "text" }
    ],
    "data": [
      ["test."],
      ["\\039."],
      ["\\034."],
      ["\\036."],
      ["\\092."],
      ["\\000."],
      ["\\255."],
      ["_test.all.54.non-escaped.characters.abcdefghijklmnopqrstuvwxyz.ABCDEFGHIJKLMNOPQRSTUVWXYZ.0123456789.test."],
      ["dot\\046embeded.in.a.label.test."]
    ]
  }
]
"qname"
"test."
"'."
"""."
"$."
"\."
"$."
"$."
"_test.all.54.non-escaped.characters.abcdefghijklmnopqrstuvwxyz.ABCDEFGHIJKLMNOPQRSTUVWXYZ.0123456789.test."
"dot.embeded.in.a.label.test."
"qname"
"test."
"\039."
"\034."
"\036."
"\092."
"\000."
"\255."
"_test.all.54.non-escaped.characters.abcdefghijklmnopqrstuvwxyz.ABCDEFGHIJKLMNOPQRSTUVWXYZ.0123456789.test."
"dot\046embeded.in.a.label.test."