Closed raducotescu closed 7 years ago
The following examples are incorrect:
example.com
${'example.com/path/page.html' @ scheme='http'} <!-- outputs: http://example.com/path/page.html -->
${'path/page.woo.foo.html' @ addSelectors='foo.bar'} <!-- outputs: path/page.woo.foo.bar.html -->
${'path/page.woo.foo.html' @ addSelectors=['foo', 'bar']}
The following examples are incorrect:
example.com
is not a valid domain in this context:${'path/page.woo.foo.html' @ addSelectors=['foo', 'bar']}