Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzard

This commit is contained in:
Jeff Walden 2018-04-09 12:02:43 -07:00 • committed by Roy Tam
commit 48ffdb584c
5 changed files with 168 additions and 1 deletions

View file

@ -42,6 +42,7 @@ CppUnitTests([
'TestSHA1',
'TestSplayTree',
'TestTemplateLib',
'TestTextUtils',
'TestTuple',
'TestTypedEnum',
'TestTypeTraits',