fix
main
fix: escape backslash-n in JS split() call inside Python template string (#97)
The template string used '\n' (Python newline) inside a single-quoted JavaScript string literal, producing a literal newline in the output and causing SyntaxError: Invalid or unexpected token in the browser.
Co-authored-by: Gabriel Cardona <gabriel@tellurstori.com>
1
file changed
213
files in snapshot
Files Changed
213 in snapshot
~1
No comments yet. Be the first to start the discussion.