picklesdoc / pickles

The open source living documentation generator
http://www.picklesdoc.com/
Apache License 2.0
464 stars 164 forks source link

Invalid comparison #560

Closed matthew-p closed 5 years ago

matthew-p commented 6 years ago

Is line 46 here actually the intended implementation?

"if: (!WasExecuted && WasExecuted)"

https://github.com/picklesdoc/pickles/commit/f078a8ac2f7b76ab04b3d301d9184d7e5d105864#diff-63def25e4324a85e098e45f45fbbc241

dirkrombauts commented 6 years ago

No ... that should probably be (!WasExecuted && WasProvided) ...

dirkrombauts commented 6 years ago

Could you make a pull request with a fix? Many thanks!