diff options
author | Hans Bolinder <[email protected]> | 2015-10-13 14:01:09 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-12-09 13:05:31 +0100 |
commit | 646e1b9e6a836526865f15582bb22c600c54d26a (patch) | |
tree | 62eb0752ae7b271ad94c0b96a15d292b493b89bf /lib/common_test/doc/src/event_handler_chapter.xml | |
parent | 9d80569b209d37f711ca55c4673d8dd8fbf614fa (diff) | |
download | otp-646e1b9e6a836526865f15582bb22c600c54d26a.tar.gz otp-646e1b9e6a836526865f15582bb22c600c54d26a.tar.bz2 otp-646e1b9e6a836526865f15582bb22c600c54d26a.zip |
[common_test] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'lib/common_test/doc/src/event_handler_chapter.xml')
-rw-r--r-- | lib/common_test/doc/src/event_handler_chapter.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/event_handler_chapter.xml b/lib/common_test/doc/src/event_handler_chapter.xml index cb7033b196..78e5bb5e70 100644 --- a/lib/common_test/doc/src/event_handler_chapter.xml +++ b/lib/common_test/doc/src/event_handler_chapter.xml @@ -194,8 +194,9 @@ the current test case log file. </p></item> - <marker id="tc_done"/> - <item><c>#event{name = tc_done, data = {Suite,FuncOrGroup,Result}}</c> + <item> + <marker id="tc_done"/> + <c>#event{name = tc_done, data = {Suite,FuncOrGroup,Result}}</c> <p><c>Suite = atom()</c>, name of the suite.</p> <p><c>FuncOrGroup = Func | {Conf,GroupName,GroupProperties}</c></p> <p><c>Func = atom()</c>, name of test case or configuration function.</p> |