view tests/test_boneyard.yaml @ 32:86eaab47f03b

Add graphics/logo.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 16 Jan 2017 09:33:00 -0800
parents 36424a1081ff
children
line wrap: on
line source

---
in: |
    This is something.
    
    /*
    nope
    nope
    */

    Ok.
out:
    - "!This is something.\n\n\nOk."
---
in: |
    This is something.
    /*
    nope
    nope
    */
    OK.
out:
    - "!This is something.\nOK."
---
in: |
    /*
    nope nope
    */
    EXT. MANSION

    This is the mansion.
out:
    - ".EXT. MANSION"
    - "!\nThis is the mansion."