~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/guided-filebug/xx-displaying-similar-bugs.txt

  • Committer: Abel Deuring
  • Date: 2011-07-27 16:22:36 UTC
  • mfrom: (13539 devel)
  • mto: This revision was merged to the branch mainline in revision 13587.
  • Revision ID: abel.deuring@canonical.com-20110727162236-m5e4e45257ehq65r
devel merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    ...         label_class = label['class']
14
14
    ...         text_lines = [line.strip() for line in
15
15
    ...                       extract_text(node).splitlines()]
16
 
    ...         summary = ' '.join(text_lines[:2])
 
16
    ...         summary = ' '.join(text_lines[:2]).replace('​','')
17
17
    ...         status = ' '.join(text_lines[2:])
18
18
    ...         # All this trouble is worth it when you see ndiff output
19
19
    ...         # from a failing test, and it *makes sense* :)