yambar/test
Leonardo Gibrowski Faé 2b103b7acd Implement conditions on tag
A condition is formed by:
    <tag> <op> <value>

<tag> is the normal yambar tag. <op> is one of '==', '!=', '<', '<=', '>', or
'>='. <value> is what you wish to compare it to.

'boolean' tags must be used directly. They falsehood is matched with '~':

    <tag>
    ~<tag>

Finally, to match an empty string, one must use ' "" ':
    <tag> <op> ""
2022-04-23 17:13:24 -03:00
..
full-conf-good.yml Implement conditions on tag 2022-04-23 17:13:24 -03:00
meson.build Rename project: f00bar -> yambar 2019-09-28 20:39:45 +02:00
no-bar.yml meson: add a couple of expected-to-fail tests 2019-05-09 20:37:09 +02:00