From 842ce34bbcfb2d65b04a6e80bf8c168d7c17277d Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 24 Aug 2006 01:50:24 +0000 Subject: Fixtures: correct escaping of \n and \r. Closes #5859. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4811 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/funny_jokes.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'activerecord/test/fixtures/funny_jokes.yml') diff --git a/activerecord/test/fixtures/funny_jokes.yml b/activerecord/test/fixtures/funny_jokes.yml index 834481bc60..d47c4a6a10 100644 --- a/activerecord/test/fixtures/funny_jokes.yml +++ b/activerecord/test/fixtures/funny_jokes.yml @@ -4,11 +4,7 @@ a_joke: another_joke: id: 2 - name: The Aristocrats -a_joke: - id: 1 - name: Knock knock + name: | + The \n Aristocrats + Ate the candy -another_joke: - id: 2 - name: The Aristocrats \ No newline at end of file -- cgit v1.2.3