massive-oss / mcover

A cross platform code coverage framework for Haxe with testing and profiling applications. Supports AVM1, AVM2, JavaScript, C++, PHP and Neko.
Other
59 stars 9 forks source link

MCover fails if package has a space at the end before ';' #28

Closed tiagolr closed 9 years ago

tiagolr commented 10 years ago

If a package has a space at the end: eg:

package this.my.package ;

mcover fails to create the report and appears some erros in the console.

I opened this issue because i got stuck with this problem twice and took me some time to figure out the problem.

I think flashdevelop appends a space before the ';' when classes are renamed, thats why it happened to me again.

misprintt commented 9 years ago

Fixed on master