1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00

Re-added Windows line ending stripped in previous commit

Thanks Aymeric Augustin for noticing the issue.
This commit is contained in:
Claude Paroz 2012-07-21 15:38:24 +02:00
parent 423244bc6b
commit 9ecd978e26

View File

@ -6,5 +6,5 @@ INSERT INTO initial_sql_regress_simple (name) VALUES ('Ringo');
INSERT INTO initial_sql_regress_simple (name) VALUES ('George');
INSERT INTO initial_sql_regress_simple (name) VALUES ('Miles O''Brien');
INSERT INTO initial_sql_regress_simple (name) VALUES ('Semicolon;Man');
INSERT INTO initial_sql_regress_simple (name) VALUES ('This line has a Windows line ending');
INSERT INTO initial_sql_regress_simple (name) VALUES ('This line has a Windows line ending');