Skip to content

Commit

Permalink
Escape special characters in YAML for the new YAML parser in the new …
Browse files Browse the repository at this point in the history
…bundler
  • Loading branch information
ari committed Jun 26, 2011
1 parent 33b8987 commit 68b296d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/fixtures/users.yml
Expand Up @@ -17,8 +17,8 @@ admin:
last_ping_at: <%= Time.now.utc.to_s(:db) %>
last_milestone_id: 0
last_filter: 0
date_format: %d/%m/%Y
time_format: %H:%M
date_format: '%d/%m/%Y'
time_format: '%H:%M'
receive_notifications: 1
uuid: 1234567890abcdefghijklmnopqrstuv
seen_welcome: 1
Expand Down Expand Up @@ -46,8 +46,8 @@ fudge:
last_ping_at: null
last_milestone_id: 0
last_filter: 0
date_format: %d/%m/%Y
time_format: %H:%M
date_format: '%d/%m/%Y'
time_format: '%H:%M'
receive_notifications: 1
uuid: 3234567890abcdefghijklmnopqrstuv
seen_welcome: 1
Expand Down Expand Up @@ -75,8 +75,8 @@ tester:
last_ping_at: <%= Time.now.utc.to_s(:db) %>
last_milestone_id: 0
last_filter: 0
date_format: %d/%m/%Y
time_format: %H:%M
date_format: '%d/%m/%Y'
time_format: '%H:%M'
receive_notifications: 1
uuid: 5234567890abcdefghijklmnopqrstuv
seen_welcome: 1
Expand Down Expand Up @@ -104,8 +104,8 @@ tester_limited:
last_ping_at: null
last_milestone_id: 0
last_filter: 0
date_format: %d/%m/%Y
time_format: %H:%M
date_format: '%d/%m/%Y'
time_format: '%H:%M'
receive_notifications: 1
uuid: 7234567890abcdefghijklmnopqrstuv
seen_welcome: 1
Expand Down

0 comments on commit 68b296d

Please sign in to comment.