prettier/tests/markdown_toml/__snapshots__/jsfmt.spec.js.snap

17 lines
338 B
Plaintext
Raw Normal View History

2017-11-19 09:38:25 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`simple.md 1`] = `
+++
date: '2017-10-10T22:49:47.369Z'
title: 'My Post Title'
categories: ['foo', 'bar']
+++
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+++
date: '2017-10-10T22:49:47.369Z'
title: 'My Post Title'
categories: ['foo', 'bar']
+++
`;