We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499646e commit a7e3047Copy full SHA for a7e3047
tests/test-common.js
@@ -164,14 +164,16 @@ const TEST_TYPES = {
164
// list of lists
165
/^#tli01/,
166
/^#tli02/,
167
- // well formed
+ // blank node properties
168
/^#t0118/,
169
+ // well formed
170
/^#twf01/,
171
/^#twf02/,
172
/^#twf03/,
173
/^#twf04/,
174
/^#twf05/,
- /^#twf06/
175
+ /^#twf06/,
176
+ /^#twf07/
177
]
178
},
179
fn: 'toRDF',
0 commit comments