view tests/test_boneyard.yaml @ 31:9ae14e9615e6

docs: Add Sphynx documentation and code docstrings.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 15 Jan 2017 22:41:49 -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."