We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbec923 commit 31226d1Copy full SHA for 31226d1
src/fixtures/fixtures/page-with-frontmatter-error.md
@@ -1,7 +1,6 @@
1
---
2
-title: "This is an article"
3
-intro: "I've got broken frontmatter"
+title: This is an article
+intro: 'I've got broken frontmatter'
4
versions:
5
- free-pro-team: "*"
6
-type: "article"
+ free-pro-team: '*'
7
src/frame/tests/site-tree.js
@@ -69,7 +69,7 @@ function validate(currentPage) {
69
70
expect(isValid, errors).toBe(true)
71
72
- // Run recursively until we run out of child pages to validate
+ // Run recursively until we run out of child pages
73
validate(childPage)
74
})
75
}
0 commit comments