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
{{ message }}
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
Cucumber::Tcl::DataTable.to_tcl_list attempts to create a Tcl-safe list by wrapping each array item in braces. This is correct except when the array item itself contains braces or backslashes. These must be escaped with a backslash.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cucumber::Tcl::DataTable.to_tcl_list attempts to create a Tcl-safe list by wrapping each array item in braces. This is correct except when the array item itself contains braces or backslashes. These must be escaped with a backslash.
The text was updated successfully, but these errors were encountered: