<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code on Windows (with `\r\n` line endings): ```solidity contract Test { /// @notice An enum enum TestEnum { First, Second } } ``` I expected to see this happen: the `DocComment` should have a `symbol: " @notice An enum\r\n"` or maybe `symbol: " @notice An enum"`. Instead, this happened: `symbol: " @notice An enum\r"`. ### Meta `solar --version`: ``` 0.1.3 ```