view tests/test_boneyard.yaml @ 27:3cc73f810b39

Rename test.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Jan 2017 19:59:01 -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."