diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-05-23 11:53:22 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-05-23 12:41:22 -0400 |
| commit | 0ebd37234eacd0ab01535aed81a94e83339552a3 (patch) | |
| tree | 70ad3de65e65b7b12dafe9c825998f21a7bf5c20 | |
| parent | 7d89d52714bdde9ae369ff04020a96433bfd4d94 (diff) | |
[PRISM] Enable TestSyntax#test_unterminated_heredoc_cr
| -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 b07e2e1e0f..4e6f695ccf 100644 --- a/test/.excludes-prism/TestSyntax.rb +++ b/test/.excludes-prism/TestSyntax.rb @@ -1,5 +1,4 @@ exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation") -exclude(:test_unterminated_heredoc_cr, "quoted \r heredoc terminators should not match \r\n") exclude(:test_duplicated_when, "https://bugs.ruby-lang.org/issues/20401") exclude(:test_optional_self_reference, "https://bugs.ruby-lang.org/issues/20478") |
