← Back to team overview

gtg-user team mailing list archive

Re: [Merge] lp:~gtg-user/gtg/bugfix-830971 into lp:gtg

 

Review: Needs Fixing code, running

Your patch introduces a regression: if you paste a text containing both lines with no dashes and lines with dashes, the text without dashes is not pasted.

Example, try to paste this:
---------------------------

I am a text thaat mixes both lines with dashes and no dashes.

 - apple
   - fruits
 - bicycle

Now, another without dashes

 - a dash!
 - another dash

What you get is:
----------------

-  apple
-  fruits
-  bicycle
-  a dash!
-  another dash
-- 
https://code.launchpad.net/~gtg-user/gtg/bugfix-830971/+merge/113497
Your team Gtg users is subscribed to branch lp:~gtg-user/gtg/bugfix-830971.


References