Ihor Radchenko <[email protected]> writes:
> Maybe something like the attached.
Nice:
src_elisp{"foo"} {{{results(=foo=)}}}
src_python{return "foo"} {{{results(=foo=)}}}
src_lua{return "foo"} {{{results(=foo=)}}}
That said, I have just noticed:
# expected: a, b, c
src_lua{return "a", "b", "c"} {{{results(="a" "b" "c"=)}}}
# expected: 1, 2
src_lua{return 1, 2} {{{results(=1\, 2=)}}}
Oops!
We need *better tests*, otherwise all this is kind of useless.
I will hack on this some more...
Rudy
--
"Thinking is a momentary dismissal of irrelevancies."
--- Richard Buckminster Fuller, 1969
Rudolf Adamkovič <[email protected]> [he/him]
Studenohorská 25, 84103 Bratislava, Slovakia, European Union