Make Location, Message, MessageContent and Tag comparisons case-sensitive

It makes more sense for their data.
This commit is contained in:
Oliver Hamlet
2018-10-20 12:48:21 +01:00
parent fa37dc6754
commit b142dd1a8f
14 changed files with 68 additions and 55 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ The scalar form is simply the value of the map form's ``link`` key. Using the sc
Equality
--------
Two location data structures are equal if the lowercased values of their ``link`` keys are identical.
Two location data structures are equal if the values of their ``link`` keys are identical.
Examples
--------