instantiations / tonel-vast

Tonel file format writer and reader implementation for VA Smalltalk
MIT License
9 stars 3 forks source link

Methods with no body but space after selectors fail to export #109

Closed eMaringolo closed 2 years ago

eMaringolo commented 2 years ago

While fixing #107 I introduced an error not convered by any test case.

The error happens when a method source has a no method body, but has a space or tab after the method selector.

E.g.

someWeirdSelector  
eMaringolo commented 2 years ago

Fixed with 38f997f852253d