emailaddress_test.js
No description.

File Location

/goog/format/emailaddress_test.js


Public Protected Private

Global Functions

assertParsedList(inputStringexpectedListopt_message) string
Asserts that parsing the inputString produces a list of email addresses containing the specified address strings, irrespective of their order.
Arguments:
inputString : string
A raw address list.
expectedList : Array.<string>
The expected results.
opt_message : string=
An assertion message.
Returns: string  the resulting email address objects.
code »
doIsValidTest()
No description.
code »
f()
No description.
code »
testIsValid()
No description.
code »
testIsValidDomainPart()
No description.
code »
testIsValidLocalPart()
No description.
code »
testToString()
No description.
code »
testparseList()
No description.
code »
testparseListIdn()
No description.
code »
testparseListOpenersAndClosers()
No description.
code »
testparseListSystemNewlines()
No description.
code »
testparseListWithCommaInLocalPart()
No description.
code »
testparseListWithQuotedSpecialChars()
No description.
code »
testparseListWithWhitespaceSeparatedEmails()
No description.
code »

Directory format

File Reference