diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-03-28 14:15:26 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-03-29 08:51:04 -0400 |
| commit | 8191735b73eac4486eebac6530bd92080ee23b9a (patch) | |
| tree | 4f63adc17ef57bbaa50ee44638dc2006021c1266 /spec | |
| parent | 38331c8981cd692669392f3d02b09e15b8f892b1 (diff) | |
[PRISM] Fix BEGIN{} execution order
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/prism.mspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec index b1b0fa8c6b..1d4d6f3f21 100644 --- a/spec/prism.mspec +++ b/spec/prism.mspec @@ -1,7 +1,6 @@ # frozen_string_literal: true ## Language -MSpec.register(:exclude, "The BEGIN keyword runs multiple begins in FIFO order") MSpec.register(:exclude, "Executing break from within a block works when passing through a super call") MSpec.register(:exclude, "The defined? keyword when called with a method name in a void context warns about the void context when parsing it") MSpec.register(:exclude, "Hash literal expands an '**{}' or '**obj' element with the last key/value pair taking precedence") |
