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
pending"better handling of escaped characters in the template"
expect{described_class.value("States.Format('\\{}')")}.toraise_error(ArgumentError,"Invalid template in States.Format (matching '{' not found for '}')")
expect{described_class.value("States.Format('{\\}')")}.toraise_error(ArgumentError,"Invalid template in States.Format (matching '}' not found for '{')")
end
The text was updated successfully, but these errors were encountered:
String.Format doesn't handle string with escaped characters properly. There are some pending specs committed demonstrating the problems, namely
floe/spec/workflow/intrinsic_function_spec.rb
Lines 59 to 64 in a2bd4ee
floe/spec/workflow/intrinsic_function_spec.rb
Lines 81 to 86 in a2bd4ee
The text was updated successfully, but these errors were encountered: