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
1 changed files with 1 additions and 1 deletions

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');