VFPX / FoxUnit

Unit Testing in Visual FoxPro
25 stars 22 forks source link

Bug: Using line comment prevents FoxUnit from finding the procedure #11

Open cwollenhaupt opened 6 years ago

cwollenhaupt commented 6 years ago

I have a procedure definition like this:

Procedure Test_LoadClass && JIRA-1234

Where there is a comment after the procedure name (It's a ticket number). This brings up the following error message:

Unable to locate the TEST_LOADCLASSmethod -- C:...\Test_Test.prg will be opened in the program editor with the cursor positioned whereever it was last time.

BTW, there should be a space after the class name. "Wherever" is the correct spelling of "whereever"