Fix: tests
This commit is contained in:
parent
58b94c38e5
commit
841be16dff
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export class RegexTag extends TagsFilter {
|
|||
* const v: string = <any> {someJson: ""}
|
||||
* new RegexTag("key", new RegExp(".+")).matchesProperties({"key": null}) // => false
|
||||
* new RegexTag("key", new RegExp(".+")).matchesProperties({"key": undefined}) // => false
|
||||
* new RegexTag("key", new RegExp(".+")).matchesProperties({"key": v}) // => false
|
||||
* new RegexTag("key", new RegExp(".+")).matchesProperties({"key": v}) // => true
|
||||
* new RegexTag("key", new RegExp(".+")).matchesProperties({"key": ""}) // => false
|
||||
*
|
||||
* // Show work with non-string objects
|
||||
|
|
Loading…
Reference in a new issue