diff options
Diffstat (limited to 'utils/notes-util/test')
-rw-r--r-- | utils/notes-util/test | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/utils/notes-util/test b/utils/notes-util/test new file mode 100644 index 0000000000..3eb1e0466e --- /dev/null +++ b/utils/notes-util/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]. |