babel: fix up org-babel-script-escape
commitfa5fd6351605912ec75e783cb626497b1ebe471e
authorAaron Ecay <aaronecay@gmail.com>
Fri, 16 Jan 2015 22:47:32 +0000 (16 17:47 -0500)
committerAaron Ecay <aaronecay@gmail.com>
Fri, 23 Jan 2015 19:36:40 +0000 (23 14:36 -0500)
tree3a77438f16f8bf8c40920ae92c313f5936f63cb7
parentd067982b594e5d4511ce054627400355f04ac783
babel: fix up org-babel-script-escape

* lisp/ob-core.el (org-babel--script-escape-inner): New function.
(org-babel-script-escape): Use it.
* testing/lisp/test-ob.el (test-org-babel/script-escape): New test.
lisp/ob-core.el
testing/lisp/test-ob.el