Add missing define

This commit is contained in:
Mathias Bynens 2022-05-06 13:44:47 +02:00 committed by Philip Chimento
parent 33ea5b6439
commit ab13ee1513

View File

@ -3,7 +3,7 @@
/*---
description: |
Collection of functions used to assert the correctness of RegExp objects.
defines: [buildString, testPropertyEscapes, testPropertyOfStrings, matchValidator]
defines: [buildString, testPropertyEscapes, testPropertyOfStrings, testExtendedCharacterClass, matchValidator]
---*/
function buildString(args) {