thoni56 / jregr

Regression testing of program output to expected
1 stars 0 forks source link

Allow commenting out lines in .jregr file #4

Open thoni56 opened 3 years ago

thoni56 commented 3 years ago

Sometimes you just want to try something and want to change the .jregr file temporarily. Or you want to document some particular tricky lines...

So introduce # as a line comment character, like in shell or Python.