view tests/test_boneyard.yaml @ 35:6fb4d60b1e23 default tip

Added tag 0.4.0 for changeset 093bf35461ba
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 17 Jan 2017 09:18:54 -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."