I don't know about Cucumber specifically and since this is the Watir group, maybe you should try the Cucumber group instead:
http://groups.google.com/group/cukes However, in most cases in Ruby, you can escape special characters with "\" so " xyz \| abc " might work. Regards, John On Oct 7, 2:34 pm, ravi <[email protected]> wrote: > Hello, > > I am having a problem in describing table in feature file > in one cell of the table the value is " xyz | abc " > so when i define it that way it accepting it as two different columns > and giving me an error > is there any way we can tell the cucumber the next character should > not be processed just take as it is like '|' or "|" etc > > Thanx in advance > > regards > ravi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
