forked from mozilla/persona
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating comment in email-validation-test.js mozilla#3546
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ var suite = vows.describe('email-validation-test'); | |
|
||
start_stop.addStartupBatches(suite); | ||
|
||
// this test verifies that a user who has only authenticated with | ||
// an assertion from their primary, may not call restricted apis | ||
// this test verifies thatthe email validation system correctly | ||
// follows the desired HTML5 email standards | ||
|
||
var validEmail1 = '[email protected]'; | ||
var validEmail2 = '[email protected]'; | ||
|