11 Apr
2013
11 Apr
'13
2:16 p.m.
···
On 4/11/2013 12:00 PM, Philipp Gesang wrote:
Hi Hans,
merging produces invalid output when concatenating a numbers into a string. Example:
return 42 .. "foo"
which is merged into:
return 42.."foo" ^
where the dot after the number leads to a “malformed number” error. (Iirc there was a thread on lua-l about this not long ago.)
ok. fixed in next
Many thanks! Philipp