Skip to content

Commit 7694207

Browse files
committed
Add tags for new failing specs
1 parent ab0b091 commit 7694207

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

spec/tags/core/kernel/eval_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ slow:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in
44
slow:Kernel#eval does not share locals across eval scopes
55
fails(cannot store constant with name in binary encoding):Kernel#eval with a magic encoding comment ignores the magic encoding comment if it is after a frozen_string_literal magic comment
66
fails:Kernel#eval with a magic encoding comment ignores the frozen_string_literal magic comment if it appears after a token and warns if $VERBOSE is true
7+
fails:Kernel#eval returns from the method calling #eval when evaluating 'return'
8+
fails:Kernel#eval returns from the method calling #eval when evaluating 'return' in BEGIN

spec/tags/core/string/tr_s_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:String#tr_s accepts c1-c1 notation to denote range of one character

spec/tags/core/string/tr_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:String#tr accepts c1-c1 notation to denote range of one character

spec/tags/language/pattern_matching_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ fails:Pattern matching Hash pattern calls #deconstruct_keys per pattern
5151
fails:Pattern matching Hash pattern can match partially
5252
fails:Pattern matching Hash pattern matches {} with {}
5353
fails:Pattern matching refinements are used for #deconstruct
54+
fails:Pattern matching can be standalone assoc operator that deconstructs value and properly scopes variables

0 commit comments

Comments
 (0)