summaryrefslogtreecommitdiff
path: root/test/highlight/rust/line_comment1/in
blob: 97d87cedf21ba459609d400e9ea6a7c0f0b4c9dc (plain)
1
2
3
4
5
6
7
8
9
10
11
    //!! ```
    //!! foo::bar("Hello world");
    //!! ```

    //// ```
    //// foo::bar("Hello world");
    //// ```

    // ```
    // foo::bar("Hello world");
    // ```