Skip to content

Commit ff64a87

Browse files
committed
Untag passing language specs
1 parent 72d1f41 commit ff64a87

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed

spec/tags/language/delegation_tags.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

spec/tags/language/for_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/language/method_tags.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
fails:A method assigns local variables from method parameters for definition 'def m() end'
22
fails:A method assigns local variables from method parameters for definition 'def m(*a) a end'
3-
fails:A method assigns local variables from method parameters for definition 'def m(a=1, b:) [a, b] end'
4-
fails:A method assigns local variables from method parameters for definition 'def m(a=1, b: 2) [a, b] end'
53
fails:A method assigns local variables from method parameters for definition 'def m(a=1, **) a end'
6-
fails:A method assigns local variables from method parameters for definition 'def m(*, a:) a end'
7-
fails:A method assigns local variables from method parameters for definition 'def m(*a, b:) [a, b] end'
8-
fails:A method assigns local variables from method parameters for definition 'def m(*, a: 1) a end'
9-
fails:A method assigns local variables from method parameters for definition 'def m(*a, b: 1) [a, b] end'
104
fails:A method assigns local variables from method parameters for definition 'def m(*a, **) a end'
115
fails:A method assigns local variables from method parameters for definition 'def m(*, **k) k end'
126
fails:A method assigns local variables from method parameters for definition 'def m(a = nil, **k) [a, k] end'

spec/tags/language/rescue_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
fails:The rescue keyword allows 'rescue' in method arguments
21
fails:The rescue keyword raises SyntaxError when else is used without rescue and ensure
32
fails:The rescue keyword inline form rescues with multiple assignment

spec/tags/language/return_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ fails:The return keyword at top level file loading stops file loading and execut
77
fails:The return keyword at top level file requiring stops file loading and execution
88
fails:The return keyword at top level return with argument does not affect exit status
99
fails:The return keyword at top level within a block within a class is allowed
10-
fails:The return keyword at top level within a class raises a SyntaxError
1110
fails(escapes the interpreter):The return keyword at top level within a block within a class is not allowed
1211
slow:The return keyword at top level return with argument warns but does not affect exit status
1312
fails:The return keyword at top level return with argument warns but does not affect exit status

spec/tags/language/string_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ slow:Ruby String literals with a magic frozen comment produce the same object fo
33
slow:Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different files
44
slow:Ruby String literals with a magic frozen comment produce different objects for literals with the same content in different files if the other file doesn't have the comment
55
slow:Ruby String literals with a magic frozen comment produce different objects for literals with the same content in different files if they have different encodings
6-
fails:Ruby character strings don't get confused by partial interpolation character sequences

0 commit comments

Comments
 (0)