mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-15 06:41:43 +03:00
Preserve line breaks from continued line comments
The commit "Preserve line breaks in comments before test functions" only handled block comments. This commit handles line comments. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -767,6 +767,8 @@ exit:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void test_func()
|
||||
{
|
||||
ba ba black sheep
|
||||
@ -813,6 +815,7 @@ exit:
|
||||
expected = '''#line 1 "test_suite_ut.function"
|
||||
|
||||
void test_func( int x,
|
||||
|
||||
int y )
|
||||
{
|
||||
ba ba black sheep
|
||||
|
Reference in New Issue
Block a user