Skip to content

Commit 3618f27

Browse files
committed
fix(tests): Revert annotations file back to expected legacy format
1 parent 7313683 commit 3618f27

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
var comments = {
2-
comments: [
2+
"comments": [
33
{
4-
el: 'header[role=banner]',
5-
title: 'Masthead',
6-
comment:
7-
"The main header of the site doesn't take up too much screen real estate in order to keep the focus on the core content. It's using a linear CSS gradient instead of a background image to give greater design flexibility and reduce HTTP requests.",
4+
"el": "header[role=banner]",
5+
"title": "Masthead",
6+
"comment": "The main header of the site doesn't take up too much screen real estate in order to keep the focus on the core content. It's using a linear CSS gradient instead of a background image to give greater design flexibility and reduce HTTP requests."
87
},
98
{
10-
el: '.logo',
11-
title: 'Logo',
12-
comment:
13-
'The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don\'t support SVG images.</p><p>Further reading: <a href="http://bradfrostweb.com/blog/mobile/hi-res-optimization/">Optimizing Web Experiences for High Resolution Screens</a></p>',
14-
},
15-
],
9+
"el": ".logo",
10+
"title": "Logo",
11+
"comment": "The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.</p><p>Further reading: <a href=\"http://bradfrostweb.com/blog/mobile/hi-res-optimization/\">Optimizing Web Experiences for High Resolution Screens</a></p>"
12+
}
13+
]
1614
};

0 commit comments

Comments
 (0)