mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
scripts/check: run style check for test files
Co-authored-by: @johanmalm
This commit is contained in:
parent
d8260feef2
commit
261ec3c509
3 changed files with 8 additions and 2 deletions
|
|
@ -68,7 +68,12 @@ test_buf_add_fmt(void **state)
|
|||
static void
|
||||
test_buf_add_char(void **state)
|
||||
{
|
||||
const char long_string[] = "123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890";
|
||||
static const char long_string[] =
|
||||
"123456789012345678901234567890123456789012345678901234567890 "
|
||||
"123456789012345678901234567890123456789012345678901234567890 "
|
||||
"123456789012345678901234567890123456789012345678901234567890 "
|
||||
"123456789012345678901234567890123456789012345678901234567890 "
|
||||
"123456789012345678901234567890123456789012345678901234567890 ";
|
||||
size_t len = strlen(long_string);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue