diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/graal/com.oracle.truffle.ruby.test/specs/tags/language/regexp_tags.txt	Mon Jan 06 17:12:09 2014 +0000
@@ -0,0 +1,16 @@
+fails:Literal Regexps matches against $_ (last input) in a conditional if no explicit matchee provided
+fails:Literal Regexps throws SyntaxError for malformed literals
+fails:Literal Regexps supports paired delimiters with %r
+fails:Literal Regexps supports grouping constructs that are also paired delimiters
+fails:Literal Regexps allows second part of paired delimiters to be used as non-paired delimiters
+fails:Literal Regexps supports non-paired delimiters delimiters with %r
+fails:Literal Regexps allows unescaped / to be used with %r
+fails:Literal Regexps supports . (any character except line terminator)
+fails:Literal Regexps supports | (alternations)
+fails:Literal Regexps supports (?> ) (embedded subexpression)
+fails:Literal Regexps supports (?# )
+fails:Literal Regexps supports (?<= ) (positive lookbehind)
+fails:Literal Regexps supports (?<! ) (negative lookbehind)
+fails:Literal Regexps supports g (named backreference)
+fails:Literal Regexps supports character class composition
+fails:Literal Regexps supports possessive quantifiers