id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
765	"""Run""->""Run Script"" on C<print 0;> does not get captured in the Output window"	danboo		"Create a new script that consists of:


{{{
print 1;
}}}


Run the script via ""Run Script"" action, the value of ""1"" is captured in the output window as expected.

Change the script to be:


{{{
print ""0\n"";
}}}


Again, run the script and the output is captured to the output window as expected.

Change the script to be:


{{{
print 0;
}}}


Run the script and the output window is cleared, but never shows the ""0"" value, as I expected.

I was unable to track down why this is, but my guess is that somewhere is a test of the basic true-ness of the script's STDOUT, rather than its size or defined-ness.

This is a pretty minor bug, but is really confusing when you do encounter it. 

Thanks!"	defect	closed	trivial		External dependency	0.50	fixed		
