aboutsummaryrefslogtreecommitdiff
path: root/__tests__/__snapshots__/index.js.md
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-29 10:13:51 +0200
committerache <ache@ache.one>2018-04-29 10:14:32 +0200
commit59c8cab6a8cc9258a0f6442299ea6368ce11b306 (patch)
tree605d686981f88726b16b4a9eafa70adcb69fdfdd /__tests__/__snapshots__/index.js.md
parentFix an URL (diff)
Fix the old bug with raw interpretation
Diffstat (limited to '__tests__/__snapshots__/index.js.md')
-rw-r--r--__tests__/__snapshots__/index.js.md18
1 files changed, 3 insertions, 15 deletions
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
-
- `<p>This is a text : </p>␊
- <textarea></textarea>`
-
-## text simple
-
-> Snapshot 1
-
- '<p>This is a text : </p>
-
## snapshot raw
> Snapshot 1
`<p>This is a text : </p>␊
- <textarea></textarea>`
+ <TEXTAREA></TEXTAREA>`
## snapshot simple
> Snapshot 1
- '<p>This is a text : </p>' \ No newline at end of file
+ `<p>this is a text : </p>␊
+ <textarea></textarea>`