-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
A lot of people simply link to relative files like this: <a href="file.html">...</a>.
Therefore the following test should also be green:
it('string replace relative files', function() {
assert.strictEqual(
absolutify(
'<a href="index.php">Section</a>' + ok
, 'http://www.example.com'
)
, '<a href="http://www.example.com/index.php">Section</a>' + ok
)
})madhavarshney
Metadata
Metadata
Assignees
Labels
No labels