diff options
author | Kevin Newton <[email protected]> | 2024-05-28 12:33:46 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-05-28 13:11:52 -0400 |
commit | 8f84fbbf968a43c44b34ada601cf2b4a0bfa9d54 (patch) | |
tree | 01579eb25f734732f5d13e2cd20dd577093d9de9 | |
parent | 7f181268829dd5fbd5412cc0b6d79880a946bd6c (diff) |
[PRISM] Enable TestSyntax#test_dedented_heredoc_continued_line
-rw-r--r-- | test/.excludes-prism/TestSyntax.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb index ed4ae44318..926d2681d8 100644 --- a/test/.excludes-prism/TestSyntax.rb +++ b/test/.excludes-prism/TestSyntax.rb @@ -1,3 +1,2 @@ -exclude(:test_dedented_heredoc_continued_line, "https://bugs.ruby-lang.org/issues/20503") exclude(:test_optional_self_reference, "https://bugs.ruby-lang.org/issues/20478") exclude(:test_keyword_self_reference, "https://bugs.ruby-lang.org/issues/20478") |