outside of table, no need to escape
parent
d8d2bcadde
commit
16a7cf19fc
|
@ -20,10 +20,9 @@ Example: `1.0.2`
|
||||||
By using comparison operators you can specify ranges of valid versions. Valid
|
By using comparison operators you can specify ranges of valid versions. Valid
|
||||||
operators are `>`, `>=`, `<`, `<=`, `!=`.
|
operators are `>`, `>=`, `<`, `<=`, `!=`.
|
||||||
|
|
||||||
You can define multiple ranges. Ranges separated by a space (<code> </code>) or
|
You can define multiple ranges. Ranges separated by a space (` `) or comma (`,`)
|
||||||
comma (`,`) will be treated as a **logical AND**. A double pipe
|
will be treated as a **logical AND**. A double pipe (`||`) will be treated as a
|
||||||
(<code>||</code>) will be treated as a **logical OR**. AND has higher
|
**logical OR**. AND has higher precedence than OR.
|
||||||
precedence than OR.
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue