Files
Nim/tests/stylecheck/t20397_2.nim
ringabout 70c25c45d6 fixes #20397; fixes stylecheck regression (#20398)
* fixes  #20397; fixes stylecheck

* add testcase
2022-09-21 15:04:33 -04:00

7 lines
107 B
Nim

discard """
errormsg: "'a_b' should be: 'aB'"
matrix: "--styleCheck:error"
"""
var a_b = 1
discard a_b