Description
rule:
Lexeme
;
document:
"> 51%"
annotations:
"> 51%" <- L1 : Lexeme
"51%" <- L2 : Lexeme
result:
Does not match because the condition does not consider type inheritance.
rule:
Lexeme
;
document:
"> 51%"
annotations:
"> 51%" <- L1 : Lexeme
"51%" <- L2 : Lexeme
result:
Does not match because the condition does not consider type inheritance.