lread / test-doc-blocks

Test AsciiDoc and CommonMark code blocks found in articles and docstrings.
Eclipse Public License 1.0
35 stars 2 forks source link

Support evaled expectations #1

Closed lread closed 3 years ago

lread commented 3 years ago

For illustrative purposes, it is sometimes useful to show an expectation that needs to be evaluated.

Take for example, honeysql v1's big complicated map example.

It does not exactly represent what you'd see in your REPL but also shows the right level of detail to illustrate a concept.

Am thinking =evaled=> might be a rarely used, but useful-when-you-need-it, special new REPL assertion syntax.

lread commented 3 years ago

Turned out there was no immediate need for this after all.

Gonna close for now.

We can re-open if the need arises.