1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Rafael Mendonça França 2014-07-04 14:22:00 -03:00
parent 540a0ba8e2
commit d02794e374

View file

@ -66,7 +66,7 @@ module ActiveRecord
def test_quote_bit_string
c = PostgreSQLColumn.new(nil, 1, OID::Bit.new)
assert_equal nil, @conn.quote("'); SELECT * FORM users; /*\n01\n*/--", c)
assert_equal nil, @conn.quote("'); SELECT * FROM users; /*\n01\n*/--", c)
end
end
end