Skip to content

Commit 296fcd4

Browse files
committed
Add test to check configuration is correctly added based on YAML values
1 parent 5674fe8 commit 296fcd4

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Jump to slide"
3+
format:
4+
revealjs:
5+
scroll-view:
6+
activate: true
7+
progress: true
8+
snap: false
9+
layout: compact
10+
activation-width: 0
11+
_quarto:
12+
tests:
13+
revealjs:
14+
ensureFileRegexMatches:
15+
-
16+
- '''view'':"scroll",'
17+
- '''scrollProgress'': true,'
18+
- '''scrollSnap'': false,'
19+
- '''scrollLayout'': "compact",'
20+
- '''scrollActivationWidth'': 0,'
21+
- []
22+
---
23+
24+
## test
25+
26+
Content
27+
28+
## test
29+
30+
Content
31+

0 commit comments

Comments
 (0)