We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac0d77 commit 4a7be1fCopy full SHA for 4a7be1f
test/prism/magic_comment_test.rb
@@ -16,8 +16,8 @@ class MagicCommentTest < TestCase
16
"# -*- CoDiNg: ascii -*-",
17
"# -*- \s\t\v encoding \s\t\v : \s\t\v ascii \s\t\v -*-",
18
"# -*- 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"
+ "# coding \t \r \v : \t \v \r ascii-8bit",
+ "# vim: filetype=ruby, fileencoding=big5, tabsize=3, shiftwidth=3"
21
]
22
23
examples.each do |example|
0 commit comments