jsfmt.spec.js.snap 592 B

1234567891011121314151617181920212223
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`simple.md 1`] = `
  3. [alpha]: http://example.com
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. [alpha]: http://example.com
  6. `;
  7. exports[`space.md 1`] = `
  8. [alpha]: <http://example.com 123> "title"
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. [alpha]: <http://example.com 123> "title"
  11. `;
  12. exports[`title.md 1`] = `
  13. [alpha]: http://example.com "title"
  14. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. [alpha]: http://example.com "title"
  16. `;