diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-05-16 09:43:09 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-05-16 12:28:51 -0400 |
| commit | 52401a32e5699870d2eef9a492532a0729be204a (patch) | |
| tree | 3e20934666cfd2bb6ec35b7a10946a528c999a7c /test/ruby | |
| parent | 14debd13210a9a187241a24360bad640e5cd2aa4 (diff) | |
[PRISM] Enable TestSyntax#test_syntax_error_at_newline
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_syntax.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_syntax.rb b/test/ruby/test_syntax.rb index edc3a3cec3..56b97789e5 100644 --- a/test/ruby/test_syntax.rb +++ b/test/ruby/test_syntax.rb @@ -1601,7 +1601,7 @@ eom end def test_syntax_error_at_newline - expected = "\n ^" + expected = /(\n|\| ) \^/ assert_syntax_error("%[abcdef", expected) assert_syntax_error("%[abcdef\n", expected) end |
