Skip to content

Commit 4a7be1f

Browse files
committed
Remove newlines from magic comment test
1 parent 5ac0d77 commit 4a7be1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/prism/magic_comment_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class MagicCommentTest < TestCase
1616
"# -*- CoDiNg: ascii -*-",
1717
"# -*- \s\t\v encoding \s\t\v : \s\t\v ascii \s\t\v -*-",
1818
"# -*- foo: bar; encoding: ascii -*-",
19-
"# coding \t \r \v : \t \v \r ascii-8bit\n",
20-
"# vim: filetype=ruby, fileencoding=big5, tabsize=3, shiftwidth=3\n"
19+
"# coding \t \r \v : \t \v \r ascii-8bit",
20+
"# vim: filetype=ruby, fileencoding=big5, tabsize=3, shiftwidth=3"
2121
]
2222

2323
examples.each do |example|

0 commit comments

Comments
 (0)