Jason MacDonald 4a7be17af8 Added failing test for #1008 (#1017)
* Added failing test for issue #1008
2018-03-23 12:14:45 -07:00

6 lines
90 B
Plaintext

static function attrsFunc(){
return {href: 'foo/bar.css'};
}
<link ...attrsFunc() />