(match, value, shortNames, longNames)
| 1331 | }; |
| 1332 | // Format a name, short or long as requested |
| 1333 | var formatName = function(match, value, shortNames, longNames) { |
| 1334 | return (lookAhead(match) ? longNames[value] : shortNames[value]); |
| 1335 | }; |
| 1336 | var output = ''; |
| 1337 | var literal = false; |
| 1338 | if (date) |
no test coverage detected