Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
these fail, I don't know why
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
spec/tags/language/defined_tags.txt
|
@@ -33,7 +33,9 @@ fails:The defined? keyword for variables when a Regexp does not match a String r |
|
|
fails:The defined? keyword for variables when a Regexp does not match a String returns nil for $1-$9 |
|
|
fails:The defined? keyword for variables when a Regexp matches a String returns nil for non-captures |
|
|
fails:The defined? keyword for a scoped constant returns nil when the undefined constant is scoped to an undefined constant |
|
|
fails:The defined? keyword for a scoped constant returns nil when an undefined constant is scoped to a defined constant |
|
|
fails:The defined? keyword for a top-level scoped constant returns nil when the undefined constant is scoped to an undefined constant |
|
|
fails:The defined? keyword for a top-level scoped constant returns nil when an undefined constant is scoped to a defined constant |
|
|
fails:The defined? keyword for a self-send method call scoped constant returns nil if the middle constant is not defined in the scope chain |
|
|
fails:The defined? keyword for a receiver method call scoped constant returns nil if the middle constant is not defined in the scope chain |
|
|
fails:The defined? keyword for a module method call scoped constant returns nil if the middle constant in the scope chain is not defined |
|
|