construct_expect_equal: Construct an expect_equal expression
Description
Construct an expect_equal expression from a character vector
containing an expression to be evaluated.
Usage
construct_expect_equal(text_expr)
Arguments
text_expr
A character vector of lines that, when executed produce a
single output.
Value
A character vector. The lines of text containing the
expect_equal code corresponding to the input, which will help to
write the test file based on documentation examples. Remember that
this is something that you're intended to fill the gaps in later.