mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
fix small typo
This commit is contained in:
@@ -131,7 +131,7 @@ describe('iD.uiFieldWikipedia', function() {
|
||||
describe('encodeURIAnchorFragment', function() {
|
||||
it('returns an encoded URI anchor fragment', function(done) {
|
||||
var wikipedia = iD.uiFieldWikipedia(field, context).entityIDs([entity.id]);
|
||||
// this can be similarily tested by entering 'Section#Arts, entertainment and media' in the search box before focusing out'
|
||||
// this can be similarly tested by entering 'Section#Arts, entertainment and media' in the search box before focusing out'
|
||||
expect(wikipedia.encodeURIAnchorFragment('Theme?')).to.equal('#Theme%3F');
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user