view tests/test_parenthetical.yaml @ 29:f5f29660fa6a

html: Add global method to get the CSS code.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Jan 2017 09:18:20 -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?"