aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/tmpls/task_section.md
blob: 78c9801bd9d2c1fde400a14972f35fd1cd964edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Task: <<<task_name>>>

| Item-Name   | Location | PASS (Windows) | PASS (Linux) | PASS (Mac OS) |
| ----------- | -------- | -------------- | ------------ | ------------- |
>>>>>>>>>> rows
@@@ >>> rows
| <<<item_name>>> | <<<location>>> | <<<pass_win>>> | <<<pass_linux>>> | <<<pass_mac>>> |
@@@ <<<

>>>>>>>>>> fails
@@@ >>> fails
### Fail: <<<item_name>>>

```stdout
<<<stdout>>>
```

@@@ <<<