Intellij-Plugin icon indicating copy to clipboard operation
Intellij-Plugin copied to clipboard

Table parameter value < should be allowed

Open kashishm opened this issue 9 years ago • 1 comments

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

  1. Create a spec
Should not remove hyphen form table
===================================

     |something|
     |---------|
     |a        |
     |b        |
     |<        |
     |/**/|
     |```|
     |>|
     |!|
     |@|
  1. This shows a parse error

Gauge version

0.4.0

Copied from original issue: getgauge/gauge#340

kashishm avatar Apr 20 '16 11:04 kashishm

Gauge executes the spec without any issue. However IntelliJ shows parse errors and has many subsequent impacts.

sswaroopgupta avatar Apr 21 '16 05:04 sswaroopgupta