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

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

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

## mchoide-raw-snap

> Snapshot 1

    `<p>That is a multiple choice test :</p>␊
    <fieldset class="mc check" id="mc_0"><ul><li><input type="checkbox" id="mc_0_0" class="!"><label for="mc_0_0">The answer D</label></li><li><input type="checkbox" id="mc_0_1" class="="><label for="mc_0_1">That doesn't work<em>at the moment</em></label></li><li><input type="checkbox" id="mc_0_2" class="!"><label for="mc_0_2">It's still work !</label></li><li><input type="checkbox" id="mc_0_3" class="~"><label for="mc_0_3">It will work</label></li></ul><input onclick="check(&#x27;mc_0&#x27;,[0,1,0,0.5])" value="Validate" type="button"></fieldset>␊
    <p><span>This is a HTML injected in a markdown file</span></p>␊
    <div>The plugin should not modify the HTML injected part</div>`

## mchoide-snap

> Snapshot 1

    `<p>That is a multiple choice test :</p>␊
    <fieldset class="mc check" id="mc_0"><ul><li><input type="checkbox" id="mc_0_0" class="!"><label for="mc_0_0">The answer D</label></li><li><input type="checkbox" id="mc_0_1" class="="><label for="mc_0_1">That doesn't work<em>at the moment</em></label></li><li><input type="checkbox" id="mc_0_2" class="!"><label for="mc_0_2">It's still work !</label></li><li><input type="checkbox" id="mc_0_3" class="~"><label for="mc_0_3">It will work</label></li></ul><input onclick="check(&#x27;mc_0&#x27;,[0,1,0,0.5])" value="Validate" type="button"></fieldset>␊
    <p>And this is an other QCM :</p>␊
    <fieldset class="mc check" id="mc_1"><ul><li><input type="checkbox" id="mc_1_0" class="!"><label for="mc_1_0">The answer D</label></li><li><input checked type="checkbox" id="mc_1_1" class="="><label for="mc_1_1">That doesn't work<em>at the moment</em></label></li><li><input type="checkbox" id="mc_1_2" class="!"><label for="mc_1_2">It's still work !</label></li><li><input checked type="checkbox" id="mc_1_3" class="~"><label for="mc_1_3">It will work</label></li></ul><input onclick="check(&#x27;mc_1&#x27;,[0,1,0,0.5])" value="Validate" type="button"></fieldset>`