diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-07-21 15:38:24 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-07-21 15:38:28 +0200 |
| commit | 9ecd978e269f28f711080fa66e47c84e6ff08d90 (patch) | |
| tree | a72db529c38d93c84b1445668562646904a6fd82 /tests/regressiontests/initial_sql_regress | |
| parent | 423244bc6b670abc2b7d6896add5c1baf0b4ef2a (diff) | |
Re-added Windows line ending stripped in previous commit
Thanks Aymeric Augustin for noticing the issue.
Diffstat (limited to 'tests/regressiontests/initial_sql_regress')
| -rw-r--r-- | tests/regressiontests/initial_sql_regress/sql/simple.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/initial_sql_regress/sql/simple.sql b/tests/regressiontests/initial_sql_regress/sql/simple.sql index 18fd8a401e..39363baa9a 100644 --- a/tests/regressiontests/initial_sql_regress/sql/simple.sql +++ b/tests/regressiontests/initial_sql_regress/sql/simple.sql @@ -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');
|
