@@ -61,7 +61,7 @@ describe('matchLayout', function() {
6161 {
6262 title : { rawText : 'title' } ,
6363 subtitle : { rawText : 'subtitle' } ,
64- bodies : [ { text : { rawText : 'body' } } ] ,
64+ bodies : [ { text : { rawText : 'body' } } ] ,
6565 tables : [ ] ,
6666 } ,
6767 ] ,
@@ -70,7 +70,7 @@ describe('matchLayout', function() {
7070 {
7171 title : { rawText : 'title' , big : true } ,
7272 subtitle : null ,
73- bodies : [ { text : { rawText : 'body' } } ] ,
73+ bodies : [ { text : { rawText : 'body' } } ] ,
7474 tables : [ ] ,
7575 } ,
7676 ] ,
@@ -79,7 +79,7 @@ describe('matchLayout', function() {
7979 {
8080 title : { rawText : 'title' } ,
8181 subtitle : null ,
82- bodies : [ { text : { rawText : 'column1' } } , { text : { rawText : 'column2' } } ] ,
82+ bodies : [ { text : { rawText : 'column1' } } , { text : { rawText : 'column2' } } ] ,
8383 tables : [ ] ,
8484 } ,
8585 ] ,
@@ -88,7 +88,7 @@ describe('matchLayout', function() {
8888 {
8989 title : { rawText : 'title' } ,
9090 subtitle : null ,
91- bodies : [ { text : { rawText : 'body' } } ] ,
91+ bodies : [ { text : { rawText : 'body' } } ] ,
9292 tables : [ ] ,
9393 images : [ ] ,
9494 videos : [ ] ,
@@ -99,7 +99,7 @@ describe('matchLayout', function() {
9999 {
100100 title : { rawText : 'title' } ,
101101 subtitle : null ,
102- bodies : [ { images : [ { url : 'https://source.unsplash.com/78A265wPiO4/1600x900' , padding : 0 } ] } ] ,
102+ bodies : [ { images : [ { url : 'https://source.unsplash.com/78A265wPiO4/1600x900' , padding : 0 } ] } ] ,
103103 tables : [ ] ,
104104 } ,
105105 ] ,
@@ -117,7 +117,7 @@ describe('matchLayout', function() {
117117 {
118118 title : null ,
119119 subtitle : null ,
120- bodies : [ { images : [ { url : 'https://source.unsplash.com/78A265wPiO4/1600x900' , padding : 0 } ] } ] ,
120+ bodies : [ { images : [ { url : 'https://source.unsplash.com/78A265wPiO4/1600x900' , padding : 0 } ] } ] ,
121121 tables : [ ] ,
122122 videos : [ ] ,
123123 } ,
0 commit comments