﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6253	Error processing assert	Philip Hannebohm		"When I run the following X.mos script

{{{
loadString(""
model X
equation
  assert(time < 1, ""text"");
end X;
""); getErrorString();
}}}

I get the error message
{{{
...X.mos:4:25-4:25:writable] Error: Missing token: EQUALS
}}}

However loading a separate .mo file with model `X` works."	defect	closed	blocker	1.16.1	*unknown*	1.16.0	invalid	assert, loadString	
