You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/messages.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,17 @@ A test group can contain test groups, but a test case can only contain test resu
53
53
54
54
Test case can contain one or more test results, and logs.
55
55
56
-
### Formatting
56
+
### Displaying
57
57
58
-
Any line without a prefix described above is assumed to be a log output and rendered as is.
58
+
Any line without a prefix described above is assumed to be a log output and rendered as is in a log container.
59
59
60
60
> NOTE: On Codewars, it tries to _guess_ if the line should be rendered as HTML for backwards compatibility. However, it should be updated to use the HTML mode explicitly.
61
61
62
-
- HTML: Prefix the message with `<LOG:HTML:>` to render it as HTML.
63
-
- Labeling: Prefix the message with `<LOG::Custom Label>` to set the label used by the log container.
64
-
- Collapsing: Prefix the message with a label starting with `-` (`<LOG::-Example>`) to collapse the output by default.
62
+
- Explicit HTML: Prefix the message with `<LOG:HTML:>` to render it as HTML.
63
+
- Custom Labeling: Prefix the message with `<LOG::Custom Label>` to set the label used by the log container.
64
+
- Collapsed Logs: Prefix the message with a label starting with `-` (e.g., `<LOG::-Example>`) to collapse the output by default.
65
+
- Adding Tabs: Prefix the message with `<TAB::Label>` to attach to the previous log container in a tab. This can be repeated to attach multiple tabs.
0 commit comments