Add missing test document

pull/202/head
Matti Pastell 2019-03-05 20:00:52 +02:00
parent 6082786f92
commit 700e00b329
1 changed files with 9 additions and 0 deletions

9
test/header_test.jmd Normal file
View File

@ -0,0 +1,9 @@
---
options:
echo : false
out_width : 30%
---
```julia
repeat("🐐", 10)
```