Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clar/print.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static void clar_print_tap_ontest(const char *suite_name, const char *test_name,
printf(" file: '"); print_escaped(error->file); printf("'\n");
printf(" line: %" PRIuMAX "\n", error->line_number);
printf(" function: '%s'\n", error->function);
printf(" ---\n");
printf(" ...\n");
}

break;
Expand Down
18 changes: 9 additions & 9 deletions test/expected/tap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ not ok 1 - combined::1
file: 'file'
line: 42
function: 'func'
---
...
not ok 2 - combined::2
---
reason: |
Expand All @@ -17,7 +17,7 @@ not ok 2 - combined::2
file: 'file'
line: 42
function: 'func'
---
...
not ok 3 - combined::strings
---
reason: |
Expand All @@ -27,7 +27,7 @@ not ok 3 - combined::strings
file: 'file'
line: 42
function: 'func'
---
...
not ok 4 - combined::strings_with_length
---
reason: |
Expand All @@ -37,7 +37,7 @@ not ok 4 - combined::strings_with_length
file: 'file'
line: 42
function: 'func'
---
...
not ok 5 - combined::int
---
reason: |
Expand All @@ -47,7 +47,7 @@ not ok 5 - combined::int
file: 'file'
line: 42
function: 'func'
---
...
not ok 6 - combined::int_fmt
---
reason: |
Expand All @@ -57,7 +57,7 @@ not ok 6 - combined::int_fmt
file: 'file'
line: 42
function: 'func'
---
...
not ok 7 - combined::bool
---
reason: |
Expand All @@ -67,7 +67,7 @@ not ok 7 - combined::bool
file: 'file'
line: 42
function: 'func'
---
...
not ok 8 - combined::multiline_description
---
reason: |
Expand All @@ -78,7 +78,7 @@ not ok 8 - combined::multiline_description
file: 'file'
line: 42
function: 'func'
---
...
not ok 9 - combined::null_string
---
reason: |
Expand All @@ -88,5 +88,5 @@ not ok 9 - combined::null_string
file: 'file'
line: 42
function: 'func'
---
...
1..9