Revision e4a48c7b lib/utils/text.py

b/lib/utils/text.py
343 343
    e1 = slist.pop(0)
344 344
    if e1.endswith("\\"):
345 345
      num_b = len(e1) - len(e1.rstrip("\\"))
346
      if num_b % 2 == 1:
346
      if num_b % 2 == 1 and slist:
347 347
        e2 = slist.pop(0)
348 348
        # here the backslashes remain (all), and will be reduced in
349 349
        # the next step

Also available in: Unified diff