Fixes the extra indentation in cucumber test
This commit is contained in:
parent
460d9c1c44
commit
467945bedb
|
@ -108,7 +108,7 @@ Feature: frontmatter defaults
|
|||
And I have a "_slides/slide2.html" file with content:
|
||||
"""
|
||||
---
|
||||
myval: Override
|
||||
myval: Override
|
||||
---
|
||||
Value: {{ page.myval }}
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue