view tests/test_parenthetical.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: |
    STEEL
    (starting the engine)
    So much for retirement!
out: 
    - '@STEEL'
    - '_(starting the engine)'
    - '=So much for retirement!'
---
in: |
    STEEL
    They're coming out of the woodwork!
    (pause)
    No, everybody we've put away!
    (pause)
    Point Blank Sniper?
out:
    - "@STEEL"
    - "=They're coming out of the woodwork!"
    - "_(pause)"
    - "=No, everybody we've put away!"
    - "_(pause)"
    - "=Point Blank Sniper?"