aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/cmd/tools/vdoc/tests/testdata/newlines/main.comments.out
blob: f3ee9429702d39284be1b5849e99e949292c2868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module main

fn funky()
    hello
    
    empty line
    newline using a full stop.  
    ```v
    code
    ```
    
    test
    ====
    - foo
    - bar
    # test
    ########### deep test
    #a shouldnt have a newline test
    
    | foo bar   |  yes   |
    |-----------|--------|
    |  working  |  yup   |