view graal/com.oracle.truffle.ruby.test/specs/tags/language/regexp/interpolation_tags.txt @ 13514:0fbee3eb71f0

Ruby: import project.
author Chris Seaton <chris.seaton@oracle.com>
date Mon, 06 Jan 2014 17:12:09 +0000
parents
children
line wrap: on
line source

fails:Regexps with interpolation allows interpolation of literal regexps
fails:Regexps with interpolation allows interpolation of any class that responds to to_s
fails:Regexps with interpolation allows interpolation which mixes modifiers
fails:Regexps with interpolation gives precedence to escape sequences over substitution
fails:Regexps with interpolation throws RegexpError for malformed interpolation
fails:Regexps with interpolation allows interpolation in extended mode
fails:Regexps with interpolation allows escape sequences in interpolated regexps