Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
|コンテンツの一部として(パイプ)文字を含めたいスペックフローステップテーブルがあります。
|
例:
Then the data should be | Field | Value | | SomeField | a|b|c |
しかし、これは機能しません。パイプキャラクターをエスケープするにはどうすればよいですか?
ああ。これをもっと早く見つけられなかったなんて信じられない。バックスラッシュを使用してパイプをエスケープできますが、specflow 構文ハイライターは混乱します。
Then the data should be | Field | Value | | SomeField | a\|b\|c |