Skip to content

Commit f64df66

Browse files
committed
test: ensure template strings don't leak through liquid
1 parent 60dae23 commit f64df66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ test-slow:
1919
test-fast:
2020
## Check for broken Markdown reference-style links that are displayed in text unchanged, e.g. [broken][broken link]
2121
! find _site/ -name '*.html' | xargs grep ']\[' | grep -v skip-test | grep .
22+
## Ensure that no template strings leak through liquid rendering
23+
! find _site/ -name '*.html' | xargs grep '\$$(.*)'

0 commit comments

Comments
 (0)