blob: 45985d222ba0f23e38cf6cac80c9075e68e727ce [file] [log] [blame]
// Copyright 2018 Mathias Bynens. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
author: Mathias Bynens
description: >
Loose matching must not be applied when matching properties and values in
Unicode property escapes.
esid: sec-static-semantics-unicodematchproperty-p
negative:
phase: parse
type: SyntaxError
features: [regexp-unicode-property-escapes]
---*/
$DONOTEVALUATE();
/\P{lowercase}/u;