@traqula/test-utils 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/package.json +2 -2
  2. package/statics/algebra/algebra/sparql12/codepoint-esc-05.json +38 -0
  3. package/statics/algebra/algebra/sparql12/codepoint-esc-06.json +38 -0
  4. package/statics/algebra/algebra/sparql12/codepoint-esc-07.json +38 -0
  5. package/statics/algebra/algebra/sparql12/select-variable-reuse.json +137 -0
  6. package/statics/algebra/algebra-blank-to-var/sparql12/codepoint-esc-05.json +38 -0
  7. package/statics/algebra/algebra-blank-to-var/sparql12/codepoint-esc-06.json +38 -0
  8. package/statics/algebra/algebra-blank-to-var/sparql12/codepoint-esc-07.json +38 -0
  9. package/statics/algebra/algebra-blank-to-var/sparql12/select-variable-reuse.json +137 -0
  10. package/statics/algebra/canonical-sparql/base/sparql12/codepoint-esc-05.sparql +3 -0
  11. package/statics/algebra/canonical-sparql/base/sparql12/codepoint-esc-06.sparql +3 -0
  12. package/statics/algebra/canonical-sparql/base/sparql12/codepoint-esc-07.sparql +3 -0
  13. package/statics/algebra/canonical-sparql/base/sparql12/select-variable-reuse.sparql +8 -0
  14. package/statics/algebra/canonical-sparql/blank-to-var/sparql12/codepoint-esc-05.sparql +3 -0
  15. package/statics/algebra/canonical-sparql/blank-to-var/sparql12/codepoint-esc-06.sparql +3 -0
  16. package/statics/algebra/canonical-sparql/blank-to-var/sparql12/codepoint-esc-07.sparql +3 -0
  17. package/statics/algebra/canonical-sparql/blank-to-var/sparql12/select-variable-reuse.sparql +8 -0
  18. package/statics/algebra/sparql/sparql12/codepoint-esc-05.sparql +6 -0
  19. package/statics/algebra/sparql/sparql12/codepoint-esc-06.sparql +6 -0
  20. package/statics/algebra/sparql/sparql12/codepoint-esc-07.sparql +6 -0
  21. package/statics/algebra/sparql/sparql12/select-variable-reuse.sparql +3 -0
  22. package/statics/ast/ast-source-tracked/sparql-1-1/note-as-var-not-in-term-subquery.json +166 -0
  23. package/statics/ast/ast-source-tracked/sparql-1-1/note-as-var-not-in-wildcard-subquery.json +164 -0
  24. package/statics/ast/ast-source-tracked/sparql-1-1/note-expression-grouped-var.json +169 -0
  25. package/statics/ast/ast-source-tracked/sparql-1-2/codepoint-esc-05.json +97 -0
  26. package/statics/ast/ast-source-tracked/sparql-1-2/codepoint-esc-06.json +97 -0
  27. package/statics/ast/ast-source-tracked/sparql-1-2/codepoint-esc-07.json +97 -0
  28. package/statics/ast/ast-source-tracked/sparql-1-2/select-variable-reuse.json +243 -0
  29. package/statics/ast/sparql/sparql-1-1/note-as-var-not-in-term-subquery.sparql +1 -0
  30. package/statics/ast/sparql/sparql-1-1/note-as-var-not-in-wildcard-subquery.sparql +1 -0
  31. package/statics/ast/sparql/sparql-1-1/note-expression-grouped-var.sparql +1 -0
  32. package/statics/ast/sparql/sparql-1-1-invalid/count-with-ungrouped-expression-variable.sparql +1 -0
  33. package/statics/ast/sparql/sparql-1-1-invalid/select-star-with-group-by.sparql +1 -0
  34. package/statics/ast/sparql/sparql-1-1-invalid/ungrouped-variable-in-expression-projection.sparql +1 -0
  35. package/statics/ast/sparql/sparql-1-2/codepoint-esc-05.sparql +6 -0
  36. package/statics/ast/sparql/sparql-1-2/codepoint-esc-06.sparql +6 -0
  37. package/statics/ast/sparql/sparql-1-2/codepoint-esc-07.sparql +6 -0
  38. package/statics/ast/sparql/sparql-1-2/select-variable-reuse.sparql +3 -0
  39. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-01-bad.sparql +2 -0
  40. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-02-bad.sparql +5 -0
  41. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-03-bad.sparql +6 -0
  42. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-04-bad.sparql +7 -0
  43. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-05-bad.sparql +5 -0
  44. package/statics/ast/sparql/sparql-1-2-invalid/codepoint-esc-06-bad.sparql +5 -0
  45. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-01-bad.sparql +5 -0
  46. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-02-bad.sparql +5 -0
  47. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-03-bad.sparql +5 -0
  48. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-04-bad.sparql +5 -0
  49. package/statics/ast/sparql/sparql-1-2-invalid/surrogate-esc-05-bad.sparql +5 -0
  50. package/statics/ast/sparql-generated/sparql-1-1/note-as-var-not-in-term-subquery.sparql +5 -0
  51. package/statics/ast/sparql-generated/sparql-1-1/note-as-var-not-in-wildcard-subquery.sparql +5 -0
  52. package/statics/ast/sparql-generated/sparql-1-1/note-expression-grouped-var.sparql +4 -0
  53. package/statics/ast/sparql-generated/sparql-1-2/codepoint-esc-05.sparql +3 -0
  54. package/statics/ast/sparql-generated/sparql-1-2/codepoint-esc-06.sparql +3 -0
  55. package/statics/ast/sparql-generated/sparql-1-2/codepoint-esc-07.sparql +3 -0
  56. package/statics/ast/sparql-generated/sparql-1-2/select-variable-reuse.sparql +8 -0
  57. package/statics/ast/sparql-generated-compact/sparql-1-1/note-as-var-not-in-term-subquery.sparql +1 -0
  58. package/statics/ast/sparql-generated-compact/sparql-1-1/note-as-var-not-in-wildcard-subquery.sparql +1 -0
  59. package/statics/ast/sparql-generated-compact/sparql-1-1/note-expression-grouped-var.sparql +1 -0
  60. package/statics/ast/sparql-generated-compact/sparql-1-2/codepoint-esc-05.sparql +1 -0
  61. package/statics/ast/sparql-generated-compact/sparql-1-2/codepoint-esc-06.sparql +1 -0
  62. package/statics/ast/sparql-generated-compact/sparql-1-2/codepoint-esc-07.sparql +1 -0
  63. package/statics/ast/sparql-generated-compact/sparql-1-2/select-variable-reuse.sparql +1 -0
@@ -0,0 +1,166 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "query",
10
+ "subType": "select",
11
+ "where": {
12
+ "type": "pattern",
13
+ "subType": "group",
14
+ "patterns": [
15
+ {
16
+ "type": "pattern",
17
+ "subType": "bgp",
18
+ "triples": [
19
+ {
20
+ "type": "triple",
21
+ "subject": {
22
+ "type": "term",
23
+ "subType": "variable",
24
+ "value": "y",
25
+ "loc": {
26
+ "sourceLocationType": "source",
27
+ "start": 43,
28
+ "end": 45
29
+ }
30
+ },
31
+ "predicate": {
32
+ "type": "term",
33
+ "subType": "variable",
34
+ "value": "p",
35
+ "loc": {
36
+ "sourceLocationType": "source",
37
+ "start": 46,
38
+ "end": 48
39
+ }
40
+ },
41
+ "object": {
42
+ "type": "term",
43
+ "subType": "variable",
44
+ "value": "o",
45
+ "loc": {
46
+ "sourceLocationType": "source",
47
+ "start": 49,
48
+ "end": 51
49
+ }
50
+ },
51
+ "loc": {
52
+ "sourceLocationType": "source",
53
+ "start": 43,
54
+ "end": 51
55
+ }
56
+ }
57
+ ],
58
+ "loc": {
59
+ "sourceLocationType": "source",
60
+ "start": 43,
61
+ "end": 51
62
+ }
63
+ }
64
+ ],
65
+ "loc": {
66
+ "sourceLocationType": "source",
67
+ "start": 41,
68
+ "end": 53
69
+ }
70
+ },
71
+ "datasets": {
72
+ "type": "datasetClauses",
73
+ "clauses": [],
74
+ "loc": {
75
+ "sourceLocationType": "noMaterialize"
76
+ }
77
+ },
78
+ "context": [],
79
+ "solutionModifiers": {},
80
+ "variables": [
81
+ {
82
+ "type": "term",
83
+ "subType": "variable",
84
+ "value": "y",
85
+ "loc": {
86
+ "sourceLocationType": "source",
87
+ "start": 32,
88
+ "end": 34
89
+ }
90
+ }
91
+ ],
92
+ "loc": {
93
+ "sourceLocationType": "source",
94
+ "start": 25,
95
+ "end": 53
96
+ }
97
+ }
98
+ ],
99
+ "loc": {
100
+ "sourceLocationType": "source",
101
+ "start": 23,
102
+ "end": 55
103
+ }
104
+ },
105
+ "solutionModifiers": {},
106
+ "datasets": {
107
+ "type": "datasetClauses",
108
+ "clauses": [],
109
+ "loc": {
110
+ "sourceLocationType": "noMaterialize"
111
+ }
112
+ },
113
+ "variables": [
114
+ {
115
+ "type": "pattern",
116
+ "subType": "bind",
117
+ "expression": {
118
+ "type": "term",
119
+ "subType": "literal",
120
+ "value": "1",
121
+ "langOrIri": {
122
+ "type": "term",
123
+ "subType": "namedNode",
124
+ "value": "http://www.w3.org/2001/XMLSchema#integer",
125
+ "loc": {
126
+ "sourceLocationType": "noMaterialize"
127
+ }
128
+ },
129
+ "loc": {
130
+ "sourceLocationType": "source",
131
+ "start": 8,
132
+ "end": 9
133
+ }
134
+ },
135
+ "variable": {
136
+ "type": "term",
137
+ "subType": "variable",
138
+ "value": "x",
139
+ "loc": {
140
+ "sourceLocationType": "source",
141
+ "start": 13,
142
+ "end": 15
143
+ }
144
+ },
145
+ "loc": {
146
+ "sourceLocationType": "source",
147
+ "start": 7,
148
+ "end": 16
149
+ }
150
+ }
151
+ ],
152
+ "loc": {
153
+ "sourceLocationType": "inlinedSource",
154
+ "newSource": "SELECT (1 AS ?x) WHERE { SELECT ?y WHERE { ?y ?p ?o } }\n",
155
+ "start": 0,
156
+ "end": 9007199254740991,
157
+ "loc": {
158
+ "sourceLocationType": "source",
159
+ "start": 0,
160
+ "end": 55
161
+ },
162
+ "startOnNew": 0,
163
+ "endOnNew": 55
164
+ },
165
+ "type": "query"
166
+ }
@@ -0,0 +1,164 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "query",
10
+ "subType": "select",
11
+ "where": {
12
+ "type": "pattern",
13
+ "subType": "group",
14
+ "patterns": [
15
+ {
16
+ "type": "pattern",
17
+ "subType": "bgp",
18
+ "triples": [
19
+ {
20
+ "type": "triple",
21
+ "subject": {
22
+ "type": "term",
23
+ "subType": "variable",
24
+ "value": "s",
25
+ "loc": {
26
+ "sourceLocationType": "source",
27
+ "start": 42,
28
+ "end": 44
29
+ }
30
+ },
31
+ "predicate": {
32
+ "type": "term",
33
+ "subType": "variable",
34
+ "value": "p",
35
+ "loc": {
36
+ "sourceLocationType": "source",
37
+ "start": 45,
38
+ "end": 47
39
+ }
40
+ },
41
+ "object": {
42
+ "type": "term",
43
+ "subType": "variable",
44
+ "value": "o",
45
+ "loc": {
46
+ "sourceLocationType": "source",
47
+ "start": 48,
48
+ "end": 50
49
+ }
50
+ },
51
+ "loc": {
52
+ "sourceLocationType": "source",
53
+ "start": 42,
54
+ "end": 50
55
+ }
56
+ }
57
+ ],
58
+ "loc": {
59
+ "sourceLocationType": "source",
60
+ "start": 42,
61
+ "end": 50
62
+ }
63
+ }
64
+ ],
65
+ "loc": {
66
+ "sourceLocationType": "source",
67
+ "start": 40,
68
+ "end": 52
69
+ }
70
+ },
71
+ "datasets": {
72
+ "type": "datasetClauses",
73
+ "clauses": [],
74
+ "loc": {
75
+ "sourceLocationType": "noMaterialize"
76
+ }
77
+ },
78
+ "context": [],
79
+ "solutionModifiers": {},
80
+ "variables": [
81
+ {
82
+ "type": "wildcard",
83
+ "loc": {
84
+ "sourceLocationType": "source",
85
+ "start": 32,
86
+ "end": 33
87
+ }
88
+ }
89
+ ],
90
+ "loc": {
91
+ "sourceLocationType": "source",
92
+ "start": 25,
93
+ "end": 52
94
+ }
95
+ }
96
+ ],
97
+ "loc": {
98
+ "sourceLocationType": "source",
99
+ "start": 23,
100
+ "end": 54
101
+ }
102
+ },
103
+ "solutionModifiers": {},
104
+ "datasets": {
105
+ "type": "datasetClauses",
106
+ "clauses": [],
107
+ "loc": {
108
+ "sourceLocationType": "noMaterialize"
109
+ }
110
+ },
111
+ "variables": [
112
+ {
113
+ "type": "pattern",
114
+ "subType": "bind",
115
+ "expression": {
116
+ "type": "term",
117
+ "subType": "literal",
118
+ "value": "1",
119
+ "langOrIri": {
120
+ "type": "term",
121
+ "subType": "namedNode",
122
+ "value": "http://www.w3.org/2001/XMLSchema#integer",
123
+ "loc": {
124
+ "sourceLocationType": "noMaterialize"
125
+ }
126
+ },
127
+ "loc": {
128
+ "sourceLocationType": "source",
129
+ "start": 8,
130
+ "end": 9
131
+ }
132
+ },
133
+ "variable": {
134
+ "type": "term",
135
+ "subType": "variable",
136
+ "value": "x",
137
+ "loc": {
138
+ "sourceLocationType": "source",
139
+ "start": 13,
140
+ "end": 15
141
+ }
142
+ },
143
+ "loc": {
144
+ "sourceLocationType": "source",
145
+ "start": 7,
146
+ "end": 16
147
+ }
148
+ }
149
+ ],
150
+ "loc": {
151
+ "sourceLocationType": "inlinedSource",
152
+ "newSource": "SELECT (1 AS ?x) WHERE { SELECT * WHERE { ?s ?p ?o } }\n",
153
+ "start": 0,
154
+ "end": 9007199254740991,
155
+ "loc": {
156
+ "sourceLocationType": "source",
157
+ "start": 0,
158
+ "end": 54
159
+ },
160
+ "startOnNew": 0,
161
+ "endOnNew": 54
162
+ },
163
+ "type": "query"
164
+ }
@@ -0,0 +1,169 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "pattern",
10
+ "subType": "bgp",
11
+ "triples": [
12
+ {
13
+ "type": "triple",
14
+ "subject": {
15
+ "type": "term",
16
+ "subType": "variable",
17
+ "value": "s",
18
+ "loc": {
19
+ "sourceLocationType": "source",
20
+ "start": 35,
21
+ "end": 37
22
+ }
23
+ },
24
+ "predicate": {
25
+ "type": "term",
26
+ "subType": "variable",
27
+ "value": "p",
28
+ "loc": {
29
+ "sourceLocationType": "source",
30
+ "start": 38,
31
+ "end": 40
32
+ }
33
+ },
34
+ "object": {
35
+ "type": "term",
36
+ "subType": "variable",
37
+ "value": "x",
38
+ "loc": {
39
+ "sourceLocationType": "source",
40
+ "start": 41,
41
+ "end": 43
42
+ }
43
+ },
44
+ "loc": {
45
+ "sourceLocationType": "source",
46
+ "start": 35,
47
+ "end": 43
48
+ }
49
+ }
50
+ ],
51
+ "loc": {
52
+ "sourceLocationType": "source",
53
+ "start": 35,
54
+ "end": 43
55
+ }
56
+ }
57
+ ],
58
+ "loc": {
59
+ "sourceLocationType": "source",
60
+ "start": 33,
61
+ "end": 45
62
+ }
63
+ },
64
+ "solutionModifiers": {
65
+ "group": {
66
+ "type": "solutionModifier",
67
+ "subType": "group",
68
+ "groupings": [
69
+ {
70
+ "type": "term",
71
+ "subType": "variable",
72
+ "value": "x",
73
+ "loc": {
74
+ "sourceLocationType": "source",
75
+ "start": 55,
76
+ "end": 57
77
+ }
78
+ }
79
+ ],
80
+ "loc": {
81
+ "sourceLocationType": "source",
82
+ "start": 46,
83
+ "end": 57
84
+ }
85
+ }
86
+ },
87
+ "datasets": {
88
+ "type": "datasetClauses",
89
+ "clauses": [],
90
+ "loc": {
91
+ "sourceLocationType": "noMaterialize"
92
+ }
93
+ },
94
+ "variables": [
95
+ {
96
+ "type": "pattern",
97
+ "subType": "bind",
98
+ "expression": {
99
+ "type": "expression",
100
+ "subType": "operation",
101
+ "operator": "+",
102
+ "args": [
103
+ {
104
+ "type": "term",
105
+ "subType": "variable",
106
+ "value": "x",
107
+ "loc": {
108
+ "sourceLocationType": "source",
109
+ "start": 8,
110
+ "end": 10
111
+ }
112
+ },
113
+ {
114
+ "type": "term",
115
+ "subType": "literal",
116
+ "value": "1",
117
+ "langOrIri": {
118
+ "type": "term",
119
+ "subType": "namedNode",
120
+ "value": "http://www.w3.org/2001/XMLSchema#integer",
121
+ "loc": {
122
+ "sourceLocationType": "noMaterialize"
123
+ }
124
+ },
125
+ "loc": {
126
+ "sourceLocationType": "source",
127
+ "start": 13,
128
+ "end": 14
129
+ }
130
+ }
131
+ ],
132
+ "loc": {
133
+ "sourceLocationType": "source",
134
+ "start": 8,
135
+ "end": 14
136
+ }
137
+ },
138
+ "variable": {
139
+ "type": "term",
140
+ "subType": "variable",
141
+ "value": "result",
142
+ "loc": {
143
+ "sourceLocationType": "source",
144
+ "start": 18,
145
+ "end": 25
146
+ }
147
+ },
148
+ "loc": {
149
+ "sourceLocationType": "source",
150
+ "start": 7,
151
+ "end": 26
152
+ }
153
+ }
154
+ ],
155
+ "loc": {
156
+ "sourceLocationType": "inlinedSource",
157
+ "newSource": "SELECT (?x + 1 AS ?result) WHERE { ?s ?p ?x } GROUP BY ?x\n",
158
+ "start": 0,
159
+ "end": 9007199254740991,
160
+ "loc": {
161
+ "sourceLocationType": "source",
162
+ "start": 0,
163
+ "end": 57
164
+ },
165
+ "startOnNew": 0,
166
+ "endOnNew": 57
167
+ },
168
+ "type": "query"
169
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "pattern",
10
+ "subType": "bgp",
11
+ "triples": [
12
+ {
13
+ "type": "triple",
14
+ "subject": {
15
+ "type": "term",
16
+ "subType": "namedNode",
17
+ "value": "http://example/abc",
18
+ "loc": {
19
+ "sourceLocationType": "source",
20
+ "start": 53,
21
+ "end": 92
22
+ }
23
+ },
24
+ "predicate": {
25
+ "type": "term",
26
+ "subType": "variable",
27
+ "value": "p",
28
+ "loc": {
29
+ "sourceLocationType": "source",
30
+ "start": 93,
31
+ "end": 95
32
+ }
33
+ },
34
+ "object": {
35
+ "type": "term",
36
+ "subType": "variable",
37
+ "value": "o",
38
+ "loc": {
39
+ "sourceLocationType": "source",
40
+ "start": 96,
41
+ "end": 98
42
+ }
43
+ },
44
+ "annotations": [],
45
+ "loc": {
46
+ "sourceLocationType": "source",
47
+ "start": 53,
48
+ "end": 98
49
+ }
50
+ }
51
+ ],
52
+ "loc": {
53
+ "sourceLocationType": "source",
54
+ "start": 53,
55
+ "end": 100
56
+ }
57
+ }
58
+ ],
59
+ "loc": {
60
+ "sourceLocationType": "source",
61
+ "start": 39,
62
+ "end": 102
63
+ }
64
+ },
65
+ "solutionModifiers": {},
66
+ "datasets": {
67
+ "type": "datasetClauses",
68
+ "clauses": [],
69
+ "loc": {
70
+ "sourceLocationType": "noMaterialize"
71
+ }
72
+ },
73
+ "variables": [
74
+ {
75
+ "type": "wildcard",
76
+ "loc": {
77
+ "sourceLocationType": "source",
78
+ "start": 37,
79
+ "end": 38
80
+ }
81
+ }
82
+ ],
83
+ "loc": {
84
+ "sourceLocationType": "inlinedSource",
85
+ "newSource": "# Codepoint escape in an IRI\n\nSELECT * {\n ## /abc\n <http://example/\\u0061\\U00000062\\u0063> ?p ?o .\n}\n",
86
+ "start": 0,
87
+ "end": 9007199254740991,
88
+ "loc": {
89
+ "sourceLocationType": "source",
90
+ "start": 30,
91
+ "end": 102
92
+ },
93
+ "startOnNew": 30,
94
+ "endOnNew": 102
95
+ },
96
+ "type": "query"
97
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "context": [],
3
+ "subType": "select",
4
+ "where": {
5
+ "type": "pattern",
6
+ "subType": "group",
7
+ "patterns": [
8
+ {
9
+ "type": "pattern",
10
+ "subType": "bgp",
11
+ "triples": [
12
+ {
13
+ "type": "triple",
14
+ "subject": {
15
+ "type": "term",
16
+ "subType": "namedNode",
17
+ "value": "http://example/abc",
18
+ "loc": {
19
+ "sourceLocationType": "source",
20
+ "start": 56,
21
+ "end": 76
22
+ }
23
+ },
24
+ "predicate": {
25
+ "type": "term",
26
+ "subType": "variable",
27
+ "value": "p",
28
+ "loc": {
29
+ "sourceLocationType": "source",
30
+ "start": 77,
31
+ "end": 79
32
+ }
33
+ },
34
+ "object": {
35
+ "type": "term",
36
+ "subType": "literal",
37
+ "value": "abc",
38
+ "loc": {
39
+ "sourceLocationType": "source",
40
+ "start": 80,
41
+ "end": 108
42
+ }
43
+ },
44
+ "annotations": [],
45
+ "loc": {
46
+ "sourceLocationType": "source",
47
+ "start": 56,
48
+ "end": 108
49
+ }
50
+ }
51
+ ],
52
+ "loc": {
53
+ "sourceLocationType": "source",
54
+ "start": 56,
55
+ "end": 110
56
+ }
57
+ }
58
+ ],
59
+ "loc": {
60
+ "sourceLocationType": "source",
61
+ "start": 41,
62
+ "end": 112
63
+ }
64
+ },
65
+ "solutionModifiers": {},
66
+ "datasets": {
67
+ "type": "datasetClauses",
68
+ "clauses": [],
69
+ "loc": {
70
+ "sourceLocationType": "noMaterialize"
71
+ }
72
+ },
73
+ "variables": [
74
+ {
75
+ "type": "wildcard",
76
+ "loc": {
77
+ "sourceLocationType": "source",
78
+ "start": 39,
79
+ "end": 40
80
+ }
81
+ }
82
+ ],
83
+ "loc": {
84
+ "sourceLocationType": "inlinedSource",
85
+ "newSource": "# Codepoint escape in a string\n\nSELECT * {\n ## \"abc\"\n <http://example/abc> ?p \"\\U00000061\\u0062\\U00000063\" .\n}\n",
86
+ "start": 0,
87
+ "end": 9007199254740991,
88
+ "loc": {
89
+ "sourceLocationType": "source",
90
+ "start": 32,
91
+ "end": 112
92
+ },
93
+ "startOnNew": 32,
94
+ "endOnNew": 112
95
+ },
96
+ "type": "query"
97
+ }