<div dir="ltr">Hi,<div><br></div><div>I was recently bitten by a combination of my own mistakes and a unexpected syntax with maps. I'm not sure if this is a bug or intended behaviour.</div><div><br></div><div><div>1> #{foo => bar, foo => quux}.  </div>
<div>#{foo => quux}</div></div><div>2> #{foo => bar} #{foo => quux}.<br></div><div><div>#{foo => quux}</div></div><div><br></div><div>In the second case, two maps are merged due to missing a separating comma between them. I would expect it to fail with a syntax error.</div>
<div><br></div><div>Is this intended behaviour?</div><div><br></div><div>Regards</div><div>Knut</div></div>