id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
11405	magma interface needs work in presence of newlines	was	was	"We have
{{{
sage: magma.eval(""a:=2;\nb:=3;\nprint a,b;"")
'b:=3;\nprint a,b;'
}}}
instead of the expected
{{{
sage: magma.eval(""a:=2;\nb:=3;\nprint a,b;"")
'2 3'
}}}
Where the latter is to be expected since
{{{
Magma V2.17-4     Mon May 30 2011 12:54:51 on deep     [Seed = 2436835871]
Type ? for help.  Type <Ctrl>-D to quit.
> a :=2;
> b :=3;
> print a,b;
2 3
}}}

Nils Bruin originally reported this on sage-devel."	defect	closed	minor	sage-duplicate/invalid/wontfix	interfaces	duplicate				N/A	William Stein				
