atlas-engineer / cl-electron

Lisp Interface to Electron.
BSD 3-Clause "New" or "Revised" License
16 stars 1 forks source link

Fix evaluate js multiline #26

Closed aadcg closed 6 months ago

aadcg commented 7 months ago

I'm not particularly happy about the way the tests are designed, but it may be good enough for now.

jmercouris commented 7 months ago

My only comment is that tests should not depend upon parenscript, but then again parenscript is producing this multiline output. So, we may as well use it.

aadcg commented 6 months ago

My only comment is that tests should not depend upon parenscript, but then again parenscript is producing this multiline output. So, we may as well use it.

Technically, even though we don't use it, parenscript is a dependency of cl-electron.

aadcg commented 6 months ago

Can only be merged after #29.