You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/tags/language/string_tags.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,4 @@ slow:Ruby String literals with a magic frozen comment produce the same object fo
3
3
slow:Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different files
4
4
slow:Ruby String literals with a magic frozen comment produce different objects for literals with the same content in different files if the other file doesn't have the comment
5
5
slow:Ruby String literals with a magic frozen comment produce different objects for literals with the same content in different files if they have different encodings
6
+
slow:Ruby String literals with a magic frozen comment produces different objects for literals with the same content in different files if the other file doesn't have the comment and String literals aren't frozen by default
0 commit comments