Closed mneumann closed 9 months ago
Current behaviour:
test "blah" do auto_assert "blah^M" <- "blah\r" end
NOTE that vim displays ASCII 13 as ^M.
I'd expect it to generate instead:
test "blah" do auto_assert "blah\r" <- "blah\r" end
Current behaviour:
NOTE that vim displays ASCII 13 as ^M.
I'd expect it to generate instead: