mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-16 17:40:57 +03:00
Fix intended backslash in test data
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -746,8 +746,8 @@ exit:
|
|||||||
data = '''/* comment */
|
data = '''/* comment */
|
||||||
/* more
|
/* more
|
||||||
* comment */
|
* comment */
|
||||||
// this is\
|
// this is\\
|
||||||
still \
|
still \\
|
||||||
a comment
|
a comment
|
||||||
void func()
|
void func()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user