File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
spec/truffle/tags/core/encoding Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
- fails:Encoding.find returns the corresponding Encoding object if given a valid encoding name
2
1
fails:Encoding.find returns the corresponding Encoding object if given a valid alias name
3
- fails:Encoding.find raises a TypeError if passed a Symbol
4
2
fails:Encoding.find returns the passed Encoding object
5
- fails:Encoding.find accepts encoding names as Strings
6
3
fails:Encoding.find accepts any object as encoding name, if it responds to #to_str
7
- fails:Encoding.find is case insensitive
8
4
fails:Encoding.find raises an ArgumentError if the given encoding does not exist
9
5
fails:Encoding.find supports the 'locale' encoding alias
10
6
fails:Encoding.find returns default external encoding for the 'external' encoding alias
11
7
fails:Encoding.find returns default internal encoding for the 'internal' encoding alias
12
8
fails:Encoding.find uses default external encoding for the 'filesystem' encoding alias
13
- fails(windows - Encoding.aliases):Encoding.find needs to be reviewed for spec completeness
You can’t perform that action at this time.
0 commit comments