diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-03-25 10:08:21 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-03-25 11:54:20 -0400 |
| commit | a08954569f197312db4d6b217f1b8ba3441fc078 (patch) | |
| tree | 30a1cbad014d7b90e4e1a9963a0df3879867db96 /test | |
| parent | 53cc2723877f7794807684e31a530daca1a72ed6 (diff) | |
[ruby/prism] Fix up minimal build setting
https://github.com/ruby/prism/commit/98c85c4acb
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/ruby_parser_test.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prism/ruby_parser_test.rb b/test/prism/ruby_parser_test.rb index e06b7ae438..c9883574a6 100644 --- a/test/prism/ruby_parser_test.rb +++ b/test/prism/ruby_parser_test.rb @@ -68,6 +68,9 @@ module Prism seattlerb/heredoc_bad_hex_escape.txt seattlerb/heredoc_bad_oct_escape.txt seattlerb/heredoc_with_extra_carriage_horrible_mix.txt + seattlerb/heredoc_with_extra_carriage_returns_windows.txt + seattlerb/heredoc_with_only_carriage_returns_windows.txt + seattlerb/heredoc_with_only_carriage_returns.txt spanning_heredoc_newlines.txt spanning_heredoc.txt tilde_heredocs.txt |
