qsharp-compiler
qsharp-compiler copied to clipboard
Boolean values are printed with first letter capitalized
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)