We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c09cc1 commit 650047eCopy full SHA for 650047e
test/test_mime_types_class.rb
@@ -101,15 +101,13 @@ def setup
101
assert_includes MIME::Types.type_for("xtxt"), "text/plain"
102
end
103
104
-<<<<<<< HEAD
105
it "handles newline characters correctly" do
106
assert_includes MIME::Types.type_for("test.pdf\n.txt"), "text/plain"
107
assert_includes MIME::Types.type_for("test.txt\n.pdf"), "application/pdf"
108
-||||||| parent of 32714bc5f1ae (Add a stable sort)
109
-=======
110
- it 'returns a stable order for types with equal priority' do
111
- assert_equal %w(audio/webm video/webm), MIME::Types.type_for('foo.webm')
112
->>>>>>> 32714bc5f1ae (Add a stable sort)
+ end
+
+ it "returns a stable order for types with equal priority" do
+ assert_equal %w[audio/webm video/webm], MIME::Types.type_for("foo.webm")
113
114
115
0 commit comments