renamed "unicodePropertyEscapeName" to "unicode_property_escapename"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:12 +02:00
parent acc13ddd04
commit 3ed310fb7b
7 changed files with 13 additions and 6 deletions

View File

@@ -286,7 +286,7 @@ public class RegExpExtractor {
@Override
public void visit(UnicodePropertyEscape nd) {
Label lbl = extractTerm(nd, parent, idx);
trapwriter.addTuple("unicodePropertyEscapeName", lbl, nd.getName());
trapwriter.addTuple("unicode_property_escapename", lbl, nd.getName());
if (nd.hasValue()) trapwriter.addTuple("unicodePropertyEscapeValue", lbl, nd.getValue());
}