mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add spec for RangeMatcher
This commit is contained in:
parent
bc45a3bf41
commit
ac08806010
2 changed files with 194 additions and 0 deletions
|
@ -10,6 +10,7 @@ class SpySUT
|
|||
{">=", "ge"},
|
||||
{"===", "case_eq"},
|
||||
{"=~", "match"},
|
||||
{"includes?", "includes"},
|
||||
] %}
|
||||
{% operator = item[0].id %}
|
||||
{% name = item[1].id %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue