• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abo-abo / lispy / 1175 / 2
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2018 07:07PM UTC
Files 4
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Apr 2018 07:00PM UTC coverage: 61.698%. Remained the same
emacs=emacs-snapshot

push

travis-ci

abo-abo
le-python.el (lispy--eval-python): Don't split off last line on SyntaxError

Fixes abo-abo/lpy#10

The idea of splitting off the last line for a separate eval is to make
the following work (works differently in the basic Python shell):

    #* :
    print("test1")
    print("test2")
    x = 2 + 2
    # => test1
    #    test2
    #    4

The problem can come up that splitting results in a SyntaxError:

    #* :

    mylist = []
    mylist.append([
        'a',
        'b',
        'c'
    ])

In that case, eval again without a split.

7194 of 11660 relevant lines covered (61.7%)

24.81 hits per line

Source Files on job 1175.2 (emacs=emacs-snapshot)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 1175.2
  • a7e1cf74 on github
  • Prev Job for emacs=emacs-snapshot on master (#1174.2)
  • Next Job for emacs=emacs-snapshot on master (#1180.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc