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
I have a cucumber steps fil that starts like this: When /^I create a note "([^"]*)" for factor ([^"]*) and consideration ([^"]*)$/ do |note_text, trigger_name, point_name|
When I save in Textmate, it warns me about this line: ambiguous first argument; put parentheses or even spaces...
Am I doing something wrong or is it a bug in the syntax checking?
The text was updated successfully, but these errors were encountered:
I have a cucumber steps fil that starts like this:
When /^I create a note "([^"]*)" for factor ([^"]*) and consideration ([^"]*)$/ do |note_text, trigger_name, point_name|
When I save in Textmate, it warns me about this line: ambiguous first argument; put parentheses or even spaces...
Am I doing something wrong or is it a bug in the syntax checking?
The text was updated successfully, but these errors were encountered: