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/filters/unsupported/string.rb
+1
Original file line number
Diff line number
Diff line change
@@ -281,6 +281,7 @@
281
281
fails"String#downcase! sets the result String encoding to the source String encoding"# Expected #<Encoding:UTF-16LE> to be identical to #<Encoding:UTF-8>
282
282
fails"String#dump untrusts the result if self is untrusted"
283
283
fails"String#dup copies instance variables"# Strings are immutable, so they can't have ivars
284
+
fails"String#dup does not copy singleton methods"# TypeError: can't define singleton
284
285
fails"String#dup does not modify the original string when changing dupped string"
285
286
fails"String#each_char is unicode aware"
286
287
fails"String#each_line does not care if the string is modified while substituting"
0 commit comments