summaryrefslogtreecommitdiff
path: root/linters/lint-notes/test
blob: 3eb1e0466ecf19dd5a9894055d6ebb947c97764c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Note [Turtles]
~~~~~~~~~~~~~~~
This is note 1. See Note [Wombats are toes].

/* Note [Wombats are toes]
   ~~~~~~~~~~~~~~~~~~~~~~~
   This is another Note.
 */

See Note [This is a
Note reference broken across lines].

  // This is another Note [Broken
  // across a line in a C++ comment].
  
  /*
   * This is another Note [Broken
   * across a line in a C comment].
   */
  
  -- This is another Note [Broken
  -- across a line in a Haskell comment].
  
  # This is another Note [Broken
  # across a line in a Python comment].