Intellij-Plugin
Intellij-Plugin copied to clipboard
Table parameter value < should be allowed
From @sguptatw on April 19, 2016 9:27
Expected behavior
Table parameter value < should be allowed
Actual behavior
Gives a parse error
Steps to reproduce
- Create a spec
Should not remove hyphen form table
===================================
|something|
|---------|
|a |
|b |
|< |
|/**/|
|```|
|>|
|!|
|@|
- This shows a parse error
Gauge version
0.4.0
Copied from original issue: getgauge/gauge#340
Gauge executes the spec without any issue. However IntelliJ shows parse errors and has many subsequent impacts.