rjsx-mode icon indicating copy to clipboard operation
rjsx-mode copied to clipboard

Uncommenting line with url removes // from url

Open mahinshaw opened this issue 5 years ago • 2 comments

When I uncomment a line like // http://example.com I am left with http:example.com. The expected output would be http://example.com. This does not happen when I use js2-jsx-mode. It is simple to reproduce inside a scratch buffer with rjsx-mode enabled.

mahinshaw avatar May 08 '19 16:05 mahinshaw

I've noticed this too. It'd be great to have single-line comments (// etc. etc.) work smoothly.

david135 avatar Jan 31 '20 18:01 david135

I was just about to create an issue for this. I'm working with Xpath expressions and this bug is causing me some trouble.

cjauvin avatar Apr 12 '20 00:04 cjauvin