ob-ref: Fix parsing arguments with a newline character
commit327ca051ae4631fea57427290bb16bf9174a4311
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 14 Dec 2017 22:57:50 +0000 (14 23:57 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 14 Dec 2017 23:00:30 +0000 (15 00:00 +0100)
treeede7102c3de73fd718707c2b84a8db11aacbed62
parentfe98379fce44927b2a25fc817a4da76f7eec866d
ob-ref: Fix parsing arguments with a newline character

* lisp/ob-ref.el (org-babel-ref-split-regexp): Remove variable.
(org-babel-ref-parse): Handle arguments containing a newline
character (e.g., strings).

* testing/lisp/test-ob-lob.el (test-ob-lob/assignment-with-newline):
  New test.
lisp/ob-ref.el
testing/lisp/test-ob-lob.el