qsharp-compiler icon indicating copy to clipboard operation
qsharp-compiler copied to clipboard

Boolean values are printed with first letter capitalized

Open tcNickolas opened this issue 3 years ago • 0 comments

Describe the bug

Q# Boolean values true and false are printed as True and False, in incorrect capitalization.

Expected behavior

The values are printed the way they are defined in the code, with first letter in lowercase. This would make it a lot easier to copy output of Q# code to unit tests or API documentation.

System information

  • QDK 0.23.195983 (but it's been like this since day 1)

tcNickolas avatar Mar 09 '22 20:03 tcNickolas