Open LordAro opened 4 years ago
# 1 "my/file/with/double//slash"
got "tidied" to be:
# 1 "my/file/with/double
which then really hampers creduce's ability to do anything, as the whole file is immediately broken
also seen to be doing the same thing in normal strings within the file, i.e. "https://foobar" -> "https:
"https://foobar"
"https:
got "tidied" to be:
which then really hampers creduce's ability to do anything, as the whole file is immediately broken
also seen to be doing the same thing in normal strings within the file, i.e.
"https://foobar"
->"https: