diff options
| author | Matt Valentine-House <matt@eightbitraptor.com> | 2023-12-12 16:23:50 +0000 |
|---|---|---|
| committer | Jemma Issroff <jemmaissroff@gmail.com> | 2023-12-12 13:46:36 -0500 |
| commit | 43ede3f26cda8c2a4dfbce9a44b0b6aa06281cd7 (patch) | |
| tree | 4a26a7e340415eb469c2b8fe7245bc03249383d5 /test/ruby | |
| parent | d1cf793adce7f797a3cd03594c539729c0099ec8 (diff) | |
[PRISM] Compile NextNode arguments
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_compile_prism.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ruby/test_compile_prism.rb b/test/ruby/test_compile_prism.rb index 05db94227e..e95baf5d5c 100644 --- a/test/ruby/test_compile_prism.rb +++ b/test/ruby/test_compile_prism.rb @@ -902,6 +902,15 @@ module Prism end while i < 5 res CODE + + assert_prism_eval(<<-CODE) + while false + begin + ensure + end + next + end + CODE end def test_RedoNode |
