Closed drernie closed 1 year ago
But the unit test works!?!
it('joins multi-line doc-strings into strings', () => {
const input = '```\nDoc String\n```'
const result = evaluate(input)
expect(result.toString()).to.equal('[“\nDoc String\n”]')
})
Why doesn't the interpreter and the test doc?
Ah. Readline. Need to call evaluate Repeatedly.
Right now it inserts "$$" instead of newlines.