tests/extmod: Fix regex strings to be of r"" type.
Otherwise escape characters like \s and \W won't work correctly.
Signed-off-by: Damien George <damien@micropython.org>
Showing
Please register or sign in to comment
Otherwise escape characters like \s and \W won't work correctly.
Signed-off-by: Damien George <damien@micropython.org>