1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` Code Block Bulleted code block 1` ] = `
4
- Array [
5
- Object {
4
+ [
5
+ {
6
6
" content" : " function () {
7
7
alert (document .location .href )
8
- console .log (\\ " hello\\ " )
8
+ console .log (" hello" )
9
9
// You can also write comments!
10
10
} ",
11
11
"fileName": "hello.js",
@@ -16,32 +16,32 @@ Array [
16
16
` ;
17
17
18
18
exports [` Code Block Code block with bullet 1` ] = `
19
- Array [
20
- Object {
19
+ [
20
+ {
21
21
" indent" : 1 ,
22
- " nodes" : Array [
23
- Object {
22
+ " nodes" : [
23
+ {
24
24
" raw" : " Bullet" ,
25
25
" text" : " Bullet" ,
26
26
" type" : " plain" ,
27
27
},
28
28
],
29
29
" type" : " line" ,
30
30
} ,
31
- Object {
31
+ {
32
32
" content" : " function () {
33
33
alert (document .location .href )
34
- console .log (\\ " hello\\ " )
34
+ console .log (" hello" )
35
35
// You can also write comments!
36
36
} ",
37
37
"fileName": "hello.js",
38
38
"indent": 1,
39
39
"type": "codeBlock",
40
40
},
41
- Object {
41
+ {
42
42
" indent" : 1 ,
43
- " nodes" : Array [
44
- Object {
43
+ " nodes" : [
44
+ {
45
45
" raw" : " Bullet" ,
46
46
" text" : " Bullet" ,
47
47
" type" : " plain" ,
@@ -53,21 +53,21 @@ Array [
53
53
` ;
54
54
55
55
exports [` Code Block Consecutive code blocks 1` ] = `
56
- Array [
57
- Object {
56
+ [
57
+ {
58
58
" content" : " function () {
59
59
alert (document .location .href )
60
- console .log (\\ " hello\\ " )
60
+ console .log (" hello" )
61
61
// You can also write comments!
62
62
} ",
63
63
"fileName": "hello.js",
64
64
"indent": 0,
65
65
"type": "codeBlock",
66
66
},
67
- Object {
67
+ {
68
68
" content" : " function () {
69
69
alert (document .location .href )
70
- console .log (\\ " hello\\ " )
70
+ console .log (" hello" )
71
71
// You can also write comments!
72
72
} ",
73
73
"fileName": "hello.js",
@@ -78,11 +78,11 @@ Array [
78
78
` ;
79
79
80
80
exports [` Code Block Simple code block 1` ] = `
81
- Array [
82
- Object {
81
+ [
82
+ {
83
83
" content" : " function () {
84
84
alert (document .location .href )
85
- console .log (\\ " hello\\ " )
85
+ console .log (" hello" )
86
86
// You can also write comments!
87
87
} ",
88
88
"fileName": "hello.js",
0 commit comments