You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Snapshot report for `tests/attributes-to-front-matter.mjs`
2
+
3
+
The actual snapshot is saved in `attributes-to-front-matter.mjs.snap`.
4
+
5
+
Generated by [AVA](https://avajs.dev).
6
+
7
+
## Permalinks are mapped correctly
8
+
9
+
> Snapshot 1
10
+
11
+
'<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Home</title></head><body> <div class="paragraph"><p>This text is written in AsciiDoc format.</p></div></body></html>'
12
+
13
+
> Snapshot 2
14
+
15
+
'<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Another Page</title></head><body> <div class="paragraph"><p>This text is written in AsciiDoc format.</p></div></body></html>'
0 commit comments