diff --git a/TestUtil.hs b/TestUtil.hs index 504f112..86eade2 100644 --- a/TestUtil.hs +++ b/TestUtil.hs @@ -18,7 +18,7 @@ with this program. If not, see . {-| -This TestUtil module contains useful helper functions for testing. Examples of their use can be found in 'RainPassTest' and 'RainParseTest'. +This TestUtil module contains useful helper functions for testing. Examples of their use can be found in "RainPassTest" and "RainParseTest". Unless otherwise stated, all functions use empty meta tags (see 'emptyMeta'). See also the 'TreeUtil.assertPatternMatch' function.