Skip to content

Commit

Permalink
elia/cleanup-class-module-definition: [snapshot]
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 9, 2018
1 parent 6ba54f1 commit 8251fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/filters/unsupported/string.rb
Expand Up @@ -281,6 +281,7 @@
fails "String#downcase! sets the result String encoding to the source String encoding" # Expected #<Encoding:UTF-16LE> to be identical to #<Encoding:UTF-8>
fails "String#dump untrusts the result if self is untrusted"
fails "String#dup copies instance variables" # Strings are immutable, so they can't have ivars
fails "String#dup does not copy singleton methods" # TypeError: can't define singleton
fails "String#dup does not modify the original string when changing dupped string"
fails "String#each_char is unicode aware"
fails "String#each_line does not care if the string is modified while substituting"
Expand Down

0 comments on commit 8251fdd

Please sign in to comment.