[F] Fixed cpp regress test
This commit is contained in:
parent
c289503e0c
commit
4461106fe9
@ -1,5 +1,9 @@
|
|||||||
## v0.1.6
|
## v0.1.6
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
|
||||||
|
- Removed blank lines from `PLAIN_STYLE` and `SIMPLE_STYLE`.
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
- Changed specific style reset tags to universal reset style tag.
|
- Changed specific style reset tags to universal reset style tag.
|
||||||
|
@ -22,8 +22,7 @@ void test_cpp_bug_fixes(void)
|
|||||||
"-------\n"
|
"-------\n"
|
||||||
" 1 2 \n"
|
" 1 2 \n"
|
||||||
"-------\n"
|
"-------\n"
|
||||||
" 3 4 \n"
|
" 3 4 \n";
|
||||||
" \n";
|
|
||||||
assert_string_equal(table_str, table_str_etalon);
|
assert_string_equal(table_str, table_str_etalon);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user