Ok, I see the issue. That gives the json string as follows, which is sent to the validation jQuery.
Code:
["http:","https:","mailto:","//.[url]","<a","</a>","&#","@","www.",".com",".au"," ","",","]
It's the empty string one that's causing this. Have created bug ticket and am fixing for next build.