comparison graal/com.oracle.truffle.ruby.test/specs/tags/language/regexp_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
comparison
equal deleted inserted replaced
13513:64a23ce736a0 13514:0fbee3eb71f0
1 fails:Literal Regexps matches against $_ (last input) in a conditional if no explicit matchee provided
2 fails:Literal Regexps throws SyntaxError for malformed literals
3 fails:Literal Regexps supports paired delimiters with %r
4 fails:Literal Regexps supports grouping constructs that are also paired delimiters
5 fails:Literal Regexps allows second part of paired delimiters to be used as non-paired delimiters
6 fails:Literal Regexps supports non-paired delimiters delimiters with %r
7 fails:Literal Regexps allows unescaped / to be used with %r
8 fails:Literal Regexps supports . (any character except line terminator)
9 fails:Literal Regexps supports | (alternations)
10 fails:Literal Regexps supports (?> ) (embedded subexpression)
11 fails:Literal Regexps supports (?# )
12 fails:Literal Regexps supports (?<= ) (positive lookbehind)
13 fails:Literal Regexps supports (?<! ) (negative lookbehind)
14 fails:Literal Regexps supports g (named backreference)
15 fails:Literal Regexps supports character class composition
16 fails:Literal Regexps supports possessive quantifiers