-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed as not planned
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorstrings"Strings!""Strings!"
Description
Currently, we have
julia> b"\\\\" == b"\\"
true
Which I can't understand. Something adjecant is mentioned in the manual here: https://docs.julialang.org/en/v1/manual/strings/#man-raw-string-literals,
but this does not really cover why length(b"\\\\") == 1
.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorstrings"Strings!""Strings!"