Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
allow plain canonicalizations of paths without trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 30, 2016
1 parent 4315a9e commit b0a7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/canonicals.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ suite('Canonical Names', function() {
});
assert.equal(builder.getCanonicalName(baseURL + 'src/asdf'), 'trailing/asdf');
assert.equal(builder.getCanonicalName(baseURL + 'src/'), 'trailing/');
assert.equal(builder.getCanonicalName(baseURL + 'src'), 'trailing/');
assert.equal(builder.getCanonicalName(baseURL + 'src'), 'trailing');
})
});

0 comments on commit b0a7616

Please sign in to comment.