madskristensen / MIDL

A Visual Studio extension
Apache License 2.0
24 stars 5 forks source link

Test using `Environment.NewLine` to split lines but the test data verbatim string can actually embed `\n` if git is configured to use LF #13

Closed roxk closed 1 year ago

roxk commented 2 years ago

Describe the bug As titled.

To Reproduce Steps to reproduce the behavior:

  1. Check out the repo with newline using LF.
  2. Run tests
  3. Observe lines is just 1

Expected behavior lines isn't 1

Screenshots image

Additional context N/A

roxk commented 1 year ago

Fixed.