view graal/com.oracle.truffle.ruby.test/specs/tags/language/regexp/back-references_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 back-references saves match data in the $~ pseudo-global variable
fails:Regexps with back-references saves captures in numbered $[1-9] variables
fails:Regexps with back-references will not clobber capture variables across threads
fails:Regexps with back-references resets nested <n> backreference before match of outer subexpression