diff options
Diffstat (limited to 'spec/ruby/language/fixtures/utf8-nobom.rb')
| -rw-r--r-- | spec/ruby/language/fixtures/utf8-nobom.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ruby/language/fixtures/utf8-nobom.rb b/spec/ruby/language/fixtures/utf8-nobom.rb new file mode 100644 index 0000000000..75f5563b95 --- /dev/null +++ b/spec/ruby/language/fixtures/utf8-nobom.rb @@ -0,0 +1,2 @@ +# encoding: utf-8 +puts 'hello' |
