view tests/test_lyrics.yaml @ 4:9053902c750e

Add a console renderer and a command line utility to use it.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 03 Jan 2017 09:06:05 -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"