jsfmt.spec.js.snap 470 B

123456789101112131415161718192021222324252627282930313233343536
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`line-ending.js 1`] = `
  3. this;
  4. has;
  5. windows;
  6. line;
  7. endings;
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. this;
  10. has;
  11. windows;
  12. line;
  13. endings;
  14. `;
  15. exports[`template.js 1`] = `
  16. const aLongString = \`
  17. Line 1
  18. Line 2
  19. Line 3
  20. Line 4
  21. Line 5
  22. \`;
  23. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24. const aLongString = \`
  25. Line 1
  26. Line 2
  27. Line 3
  28. Line 4
  29. Line 5
  30. \`;
  31. `;