aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/funny_jokes.yml
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-24 01:50:24 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-24 01:50:24 +0000
commit842ce34bbcfb2d65b04a6e80bf8c168d7c17277d (patch)
treeb675a3ffe4a8e080888b4c7bf5c497b6760bf892 /activerecord/test/fixtures/funny_jokes.yml
parentd37604f03ee9af7cf2d65ec2e1be986342a965c5 (diff)
downloadrails-842ce34bbcfb2d65b04a6e80bf8c168d7c17277d.tar.gz
rails-842ce34bbcfb2d65b04a6e80bf8c168d7c17277d.tar.bz2
rails-842ce34bbcfb2d65b04a6e80bf8c168d7c17277d.zip
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
Diffstat (limited to 'activerecord/test/fixtures/funny_jokes.yml')
-rw-r--r--activerecord/test/fixtures/funny_jokes.yml10
1 files changed, 3 insertions, 7 deletions
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