Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / test_organization / semantic.qbk
index 22f2d3b..5b5b277 100644 (file)
@@ -1,11 +1,11 @@
 [/
- / Copyright (c) 2003 Boost.Test contributors 
+ / Copyright (c) 2003 Boost.Test contributors
  /
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  /]
 
+
 [section:semantic Adding semantic to a test]
 
 It is sometimes useful to add a /semantic description/ to a test unit, which may be consulted by the user during a dry
@@ -16,11 +16,11 @@ The __UTF__ provides the decorator __decorator_description__ for that purpose.
 
 Decorator `description` attaches an arbitrary string to the test unit. All strings attached to test units can be
 displayed when running a test program with parameter [link boost_test.utf_reference.rt_param_reference.list_content `list_content`].
-This can be used for conveying information from the person who composes the test tree to the person who will be 
-running the test program. Applying more than one decorator `description` to the same test unit means that the two 
+This can be used for conveying information from the person who composes the test tree to the person who will be
+running the test program. Applying more than one decorator `description` to the same test unit means that the two
 (or more) strings will be concatenated.
 
 
 [bt_example decorator_09..decorator description..run]
 
-[endsect] 
+[endsect]