view graal/com.oracle.truffle.ruby.test/specs/tags/language/regexp/back-references_tags.txt @ 13705:ac5b0f31f7a2

Truffle API-change: FrameDescriptors are now stored in the RootNode in a final field instead of the CallTarget.
author Christian Humer <christian.humer@gmail.com>
date Fri, 17 Jan 2014 17:06:08 +0100
parents 0fbee3eb71f0
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