Skip to content

Commit

Permalink
Fix typo: seperated -> separated
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret committed Feb 12, 2017
1 parent 9b28474 commit bfde7ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/spec/YamlSpec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,11 @@ describe 'Parsed YAML Basic Types', ->

expect withDatesToTime(YAML.parse """
iso8601: 2001-12-14t21:59:43.010+05:00
space seperated: 2001-12-14 21:59:43.010 -05:00
space separated: 2001-12-14 21:59:43.010 -05:00
""")
.toEqual withDatesToTime (
'iso8601': iso8601Date
'space seperated': spaceSeparatedDate
'space separated': spaceSeparatedDate
)


Expand Down Expand Up @@ -1161,11 +1161,11 @@ describe 'Dumped YAML Basic Types', ->

expect withDatesToTime(YAML.parse """
iso8601: 2001-12-14t21:59:43.010-05:00
space seperated: 2001-12-14 21:59:43.010 +05:00
space separated: 2001-12-14 21:59:43.010 +05:00
""")
.toEqual YAML.parse YAML.dump withDatesToTime (
'iso8601': iso8601Date
'space seperated': spaceSeparatedDate
'space separated': spaceSeparatedDate
)


Expand Down

0 comments on commit bfde7ad

Please sign in to comment.