如何在带有管道('|')字符的Capybara表中包含正则表达式

时间:2013-03-28 21:44:54

标签: capybara

这个用黄瓜制作的水豚表:

And the developer adds these attributes:
| el_name        | value          |
| field_regex    | ^area_cd$      |
| default_format | text           |

这不是:

And the developer adds these attributes:
| el_name        | value           |
| field_regex    | ^(area|zip)_cd$ |
| default_format | text            |

正则表达式中的管道字符打破了表解析。我已经尝试过我能想到的包装和逃避的每一种机制。没有快乐。

建议?

0 个答案:

没有答案