support non-latin characters in matches-path
This commit is contained in:
@@ -288,6 +288,13 @@ const classes = (expectedClasses) =>
|
||||
<p data-expect="visible">Should not be hidden</p>
|
||||
</div>
|
||||
|
||||
<div class="positive-unicode-case">
|
||||
<h2><code>:matches-path</code>: positive unicode case</h2>
|
||||
<p class="odd" data-expect="hidden">Should be hidden</p>
|
||||
<p class="even" data-expect="visible">Should not be hidden</p>
|
||||
<p data-expect="visible">Should not be hidden</p>
|
||||
</div>
|
||||
|
||||
<div class="negative-case">
|
||||
<h2><code>:matches-path</code>: negative case</h2>
|
||||
<p class="odd" data-expect="visible">Should not be hidden</p>
|
||||
|
||||
Reference in New Issue
Block a user