Skip to content

Commit

Permalink
ohrite, "hyphens" are also minus signs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Feb 8, 2013
1 parent e8cb2ca commit 2c6b810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unit_tests/environments/sugar/date.js
Expand Up @@ -2662,8 +2662,7 @@ test('Date', function () {


// Issue #262

equal(/-/.test(new Date().format('{timezone}')), false, 'Date#format | Timezone format should not include hyphens')
equal(/\d+-/.test(new Date().format('{timezone}')), false, 'Date#format | Timezone format should not include hyphens')


// Issue #264
Expand Down

0 comments on commit 2c6b810

Please sign in to comment.