summaryrefslogtreecommitdiff
path: root/linters/lint-notes/test
diff options
context:
space:
mode:
Diffstat (limited to 'linters/lint-notes/test')
-rw-r--r--linters/lint-notes/test25
1 files changed, 25 insertions, 0 deletions
diff --git a/linters/lint-notes/test b/linters/lint-notes/test
new file mode 100644
index 0000000000..3eb1e0466e
--- /dev/null
+++ b/linters/lint-notes/test
@@ -0,0 +1,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].