18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
=== Message
|
|
|
|
* When ``++{1,1}++`` or ``++{1}++`` are encountered: Remove this unnecessary quantifier.
|
|
* When ``++{0,0}++`` or ``++{0}++`` are encountered: Remove this unnecessarily quantified expression.
|
|
|
|
=== Highlighting
|
|
|
|
* When ``++{1,1}++`` or ``++{1}++`` are encountered: the quantifier
|
|
* When ``++{0,0}++`` or ``++{0}++``: the quantified expression and the quantifier
|
|
|
|
endif::env-github,rspecator-view[]
|