Sha256: 23c2e1929d77a73e49a1de6e48fa4672c2271bc3c396d585463c7b96b28ab438
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
opal_filter "StringScanner" do fails "StringScanner#[] calls to_int on the given index" fails "StringScanner#[] raises a TypeError if the given index is nil" fails "StringScanner#[] raises a TypeError when a Range is as argument" fails "StringScanner#get_byte is not multi-byte character sensitive" fails "StringScanner#pos returns the position of the scan pointer" fails "StringScanner#pos returns the position of the scan pointer for multibyte string" fails "StringScanner#pos returns 0 in the reset position" fails "StringScanner#pos returns the length of the string in the terminate position" fails "StringScanner#pos returns the `bytesize` for multibyte string in the terminate position" fails "StringScanner#pos= raises a RangeError if position too far backward" fails "StringScanner#pos= raises a RangeError when the passed argument is out of range" fails "StringScanner#scan returns the matched string for a multi byte string" fails "StringScanner#scan raises a TypeError if pattern isn't a Regexp" end
Version data entries
5 entries across 5 versions & 1 rubygems