From 59c8cab6a8cc9258a0f6442299ea6368ce11b306 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 29 Apr 2018 10:13:51 +0200 Subject: Fix the old bug with raw interpretation --- __tests__/__snapshots__/index.js.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to '__tests__/__snapshots__/index.js.md') diff --git a/__tests__/__snapshots__/index.js.md b/__tests__/__snapshots__/index.js.md index 5bcf487..881259a 100644 --- a/__tests__/__snapshots__/index.js.md +++ b/__tests__/__snapshots__/index.js.md @@ -4,28 +4,16 @@ The actual snapshot is saved in `index.js.snap`. Generated by [AVA](https://ava.li). -## text raw - -> Snapshot 1 - - `

This is a text :

␊ - ` - -## text simple - -> Snapshot 1 - - '

This is a text :

- ## snapshot raw > Snapshot 1 `

This is a text :

␊ - ` + ` ## snapshot simple > Snapshot 1 - '

This is a text :

' \ No newline at end of file + `

this is a text :

␊ + ` -- cgit v1.2.3