Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove newline from expected gist output
  • Loading branch information
dagurval committed May 20, 2013
1 parent b9c3771 commit 200549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-temporal/calendar.t
Expand Up @@ -44,7 +44,7 @@ is ~dtim(1988, 3, 3).truncated-to(week), '1988-02-29T00:00:00Z', 'DateTime.trun
my $dt = DateTime.new('2005-02-01T15:20:35Z');
my $truncated = $dt.truncated-to(hour);

is $truncated.gist, "2005-02-01T15:00:00Z\n", "validate .gist output";
is $truncated.gist, "2005-02-01T15:00:00Z", "validate .gist output";
}

# --------------------------------------------------------------------
Expand Down

0 comments on commit 200549a

Please sign in to comment.