baset icon indicating copy to clipboard operation
baset copied to clipboard

Implement possibility to use one .md file as option for md baseliner

Open Igmat opened this issue 7 years ago • 1 comments

It could be possible to write baseline in .spec.md file instead of separate one. Something like this:

sampleFn(1, 3) /// returns -> 5
sampleFn(1, null) /// throws -> NullPointerException

Or in next block like this: index.spec.js file:

sampleFn(1, 3)
sampleFn(1, null)

output:

5
null isn't assignable

Igmat avatar Jan 18 '18 11:01 Igmat

This feature requires #11 to be implemented.

Igmat avatar Mar 23 '18 11:03 Igmat