﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
9405,Shortcode parameter names can't have dashes in them,Viper007Bond,anonymous,"I expected this to work, but it doesn't:

{{{
[tag my-param=""value"" foo=""bar""]Hello world![/tag]
}}}

The passed array looks like this:

{{{
array( 
	0 => 'my-param=""value""',
	'foo' => 'bar'
);
}}}
",defect (bug),closed,lowest,,General,2.8,minor,invalid,needs-patch,
