view tests/test_lyrics.yaml @ 9:a5488b474c6b

Add HTML renderer.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Jan 2017 02:56:08 -0800
parents 74b83e3d921e
children
line wrap: on
line source

---
in: "~Willy Wonka! Willy Wonka! The amazing chocolatier!"
out:
    - "~Willy Wonka! Willy Wonka! The amazing chocolatier!"
---
in: |
    ~This is lyrics
    But this is not
out:
    - "!~This is lyrics\nBut this is not"