Commit 75b97409 by cahrens

Update for Don's change.

parent e296d52c
......@@ -2,4 +2,4 @@ describe 'MarkdownEditingDescriptor', ->
describe 'markdownToXml', ->
it 'converts raw text to paragraph', ->
data = MarkdownEditingDescriptor.markdownToXml('foo')
expect(data).toEqual('<p>foo</p>')
\ No newline at end of file
expect(data).toEqual('<problem>\n<p>foo</p>\n</problem>')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment