jsfmt.spec.js.snap 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`example-1.md 1`] = `
  3. {% include_relative _installations/tarball.md %}
  4. {% cloudinary nice_prefix_-_for_the_filename.jpg %}
  5. # Userscripts <span>[{% img github.svg alt:"View on GitHub" title:"View on GitHub" %}](https://github.com/Charcoal-SE/Userscripts) [Build <span>status loading…</span>](//travis-ci.org/Charcoal-SE/userscripts){: .build}</span>
  6. {% css userscripts %}
  7. {% js userscripts %}
  8. {{ foo
  9. multiline
  10. where does it end }}
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. {% include_relative _installations/tarball.md %}
  13. {% cloudinary nice_prefix_-_for_the_filename.jpg %}
  14. # Userscripts <span>[{% img github.svg alt:"View on GitHub" title:"View on GitHub" %}](https://github.com/Charcoal-SE/Userscripts) [Build <span>status loading…</span>](//travis-ci.org/Charcoal-SE/userscripts){: .build}</span>
  15. {% css userscripts %}
  16. {% js userscripts %}
  17. {{ foo
  18. multiline
  19. where does it end }}
  20. `;
  21. exports[`example-1.md 2`] = `
  22. {% include_relative _installations/tarball.md %}
  23. {% cloudinary nice_prefix_-_for_the_filename.jpg %}
  24. # Userscripts <span>[{% img github.svg alt:"View on GitHub" title:"View on GitHub" %}](https://github.com/Charcoal-SE/Userscripts) [Build <span>status loading…</span>](//travis-ci.org/Charcoal-SE/userscripts){: .build}</span>
  25. {% css userscripts %}
  26. {% js userscripts %}
  27. {{ foo
  28. multiline
  29. where does it end }}
  30. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. {% include_relative _installations/tarball.md %}
  32. {% cloudinary nice_prefix_-_for_the_filename.jpg %}
  33. # Userscripts <span>[{% img github.svg alt:"View on GitHub" title:"View on GitHub" %}](https://github.com/Charcoal-SE/Userscripts) [Build <span>status loading…</span>](//travis-ci.org/Charcoal-SE/userscripts){: .build}</span>
  34. {% css userscripts %} {% js userscripts %}
  35. {{ foo
  36. multiline
  37. where does it end }}
  38. `;