Skip to content

Commit ca54b6b

Browse files
Jeroen Langeveldtaniki
authored andcommitted
Add_Support_for_Frontmatter: Add more testcontents
1 parent a43ab11 commit ca54b6b

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

tests/frontmatter/formatted.pug

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
---
22
name: YAML test
33
---
4-
#aap
4+
doctype
5+
html
6+
head
7+
title This is a !{ name }!
8+
9+
body
10+
h1 Hello world!
11+
h2= name
12+
13+
#example

tests/frontmatter/unformatted.pug

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
---
22
name: YAML test
33
---
4-
div( id='aap' )
4+
doctype
5+
html
6+
head
7+
title This is a !{name}!
8+
9+
body
10+
h1 Hello world!
11+
h2= name
12+
13+
div( id='example' )

0 commit comments

Comments
 (0)