﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1291	match is treated as matchcontinue	Martin Sjölund	Martin Sjölund	"match(1) will return 2 instead of failing.

{{{match (i)
  case (1) then fail();
  case (_) then 2;
end match;}}}"	defect	closed	high		Instantiation		fixed		Martin Sjölund Martin Sjölund
