[Sprint/HipsterHedgehog](bug) Updated tags pipe to allow . character mid tag #89
0/1 discussion resolved
approved this merge request
- Developer
I've been thinking about this and is this what we want to do @edgebal. take for example there, i tagged you at the end of the sentence and there is a full stop. Will this change not mess up a lot of existing tags on the site?
- Developer
Maybe we should only do this if the dot is not followed by a space?
changed the description
79 79 expect(transformedString).toContain('<a class="tag"'); 80 80 }); 81 81 82 it('should transform when @ followed by `.com`', () => { 83 const pipe = new TagsPipe(featuresServiceMock); - Maintainer
Failing tests, but otherwise looks good.
approved this merge request