Fix Markdown test

It previously relied on multiple trailing newlines and that is not
allowed by our new YAML format.
This commit is contained in:
Radon Rosborough 2021-01-02 10:10:25 -08:00
parent a6adfea206
commit b849045d12
1 changed files with 5 additions and 1 deletions

View File

@ -25,4 +25,8 @@ format:
run: |
prettier --no-config --stdin-filepath=format.md
input: |
Hello, world!
1. First
3. Second
output: |
1. First
2. Second