aboutsummaryrefslogtreecommitdiff
path: root/__tests__/__snapshots__/index.js.md
blob: 9c20d55110f7b5a2570b4be850bf3a17f9878b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Snapshot report for `__tests__/index.js`

The actual snapshot is saved in `index.js.snap`.

Generated by [AVA](https://ava.li).

## line-input-raw

> Snapshot 1

    `<p>This is a input line in a paragraph <input type="text" placeholder="Type here">. That's all forks.</p>␊
    <p>This is a formulay :</p>␊
    <p>Login		: <input type="text" placeholder="Login">␊
    Password	: <input type="password" placeholder="Password"></p>␊
    <div>␊
    Dangerous HTML 🐯 !␊
    </div>␊
    <p>Your email		: <input id="email" type="text" placeholder="email">␊
    Verification	: <input id="verif" type="text" placeholder="verif"></p>

## line-input

> Snapshot 1

    `<p>This is a input line in a paragraph <input type="text" placeholder="Type here">. That's all forks.</p>␊
    <p>This is a formulay :</p>␊
    <p>Login		: <input type="text" placeholder="Login">␊
    Password	: <input type="password" placeholder="Password"></p>`