jsfmt.spec.js.snap 649 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`empty.md 1`] = `
  3. ---
  4. ---
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. ---
  7. ---
  8. `;
  9. exports[`empty-2.md 1`] = `
  10. ---
  11. ---
  12. Content
  13. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. ---
  15. ---
  16. Content
  17. `;
  18. exports[`simple.md 1`] = `
  19. ---
  20. hello: world
  21. ---
  22. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. ---
  24. hello: world
  25. ---
  26. `;
  27. exports[`simple-2.md 1`] = `
  28. ---
  29. hello: world
  30. ---
  31. Content
  32. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. ---
  34. hello: world
  35. ---
  36. Content
  37. `;