0.30000000000000004 icon indicating copy to clipboard operation
0.30000000000000004 copied to clipboard

Fixes PowerShell square brackets formatting issue

Open gabr opened this issue 4 years ago • 1 comments

Apparently having square brackets in listing is not possible. I tried different forms of escaping them using \, `, [ and html codes without success. Only switching syntax from listing to the block helped.

gabr avatar Dec 04 '20 08:12 gabr

tried quotes ?

code: 
  - 0.1 + 0.2
  - 0.1 + 0.2 -eq 0.3
  - "[decimal]0.1 + [decimal]0.2 -eq [decimal]0.3"
  - 0.1d + 0.2d -eq 0.3d

DGCK81LNN avatar Jan 18 '24 08:01 DGCK81LNN