You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime error if running code that contains a string with single quotes.
// ----- Runtime Error ---------------------------------------------------------
// unterminated triple-quoted string literal (detected at line 31) (classification/gen_titanic, line 30)
// -----------------------------------------------------------------------------
To Reproduce
Code:
pipeline bug {
out "'";
}
Expected behavior
Code should run without error. The single quote must be escaped.
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
lars-reimann
changed the title
Invalid Python code generator for strings containing a single quote
Invalid Python code generated for strings containing a single quote
Jan 17, 2025
Describe the bug
Runtime error if running code that contains a string with single quotes.
To Reproduce
Code:
Expected behavior
Code should run without error. The single quote must be escaped.
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: