Hi! I'm using Jbehave 3.1.2 in my project and I ran into a problem when the value of my example contains a pipe (|): I get and IndexOutOfBoundException. The documentation for ExamplesTable[0] says any value can be used for header and value separator (I tried to use ! for the column separator but finds a single column and yields same exception). This value seems to be ignored. I also found that this feature is implemented [1] but cannot get it to work.
How do I change the column separator just for this single story? Thanks, Edgardo [0] http://jbehave.org/reference/stable/javadoc/core/org/jbehave/core/model/ExamplesTable.html [1] http://jira.codehaus.org/browse/JBEHAVE-255 -- "A slow sort of country!" said the Queen. "Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run at least twice as fast as that!" -- Lewis Carroll --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
