id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1480	Preprocessing using parrot -E fails	uniejo		"In revision 44472 preprocessing fails
$ echo "".HLL 'test1'"" | ./parrot -E -
Segmentation fault


In revision 44371 (used by rakudo) preprocessing seems to replace .HLL keyword with garbage (I could be wrong):
$ (echo "".HLL 'test1'""; echo "".HLL 'test2'""; echo "".HLL 'test3'"") | ./parrot -E -
��� 'test1' 
'test1' 'test2' 
'test2' 'test3' 
"	bug	new	normal		none	2.1.0	medium						linux
