Fix Python SyntaxWarning for invalid escape sequence
- Fixed invalid escape sequence '\s' on line 523 in JavaScript regex pattern - Changed from single backslash to double backslash for proper escaping - Ensures Python interpreter correctly handles the JavaScript string literal - Eliminates SyntaxWarning while maintaining JavaScript regex functionality
Showing
Please
register
or
sign in
to comment