summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestSyntax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/.excludes-prism/TestSyntax.rb')
-rw-r--r--test/.excludes-prism/TestSyntax.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb
new file mode 100644
index 0000000000..4809924acc
--- /dev/null
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -0,0 +1,7 @@
+exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")
+exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
+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")
+exclude(:test_keyword_self_reference, "https://bugs.ruby-lang.org/issues/20478")