(prefix)
| 291 | } |
| 292 | |
| 293 | test(prefix) { |
| 294 | let {args, returns} = this.resolve(prefix); |
| 295 | let value = args[0]; |
| 296 | |
| 297 | let converted = encodeURIComponent(value); |
| 298 | |
| 299 | return converted === returns[0]; |
| 300 | } |
| 301 | |
| 302 | // Urlencode always returns cardinality 1 |
| 303 | getProposal(tripleIndex, proposed, prefix) { |