Skip to content

Commit

Permalink
Update test.html
Browse files Browse the repository at this point in the history
Spacing
  • Loading branch information
daverayment committed Dec 1, 2014
1 parent 2add86f commit e7cdeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
});

equal ( Tester.to ( -50.999845 ), '-51' );
equal ( Tester.to( -0.0000001 ), '0' );
equal ( Tester.to ( -0.0000001 ), '0' );
});

test( "Testing mark and thousand with longer strings", function(){
Expand Down

0 comments on commit e7cdeee

Please sign in to comment.