1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/tests/fixtures/remove-liquid-statements/greater-than.md
2021-07-19 22:36:15 +00:00

1.4 KiB

title, intro
title intro
Greater Than Version To Deprecate Remove liquid only

1

{% ifversion ghes > 2.13 %}

Alpha

{% endif %}

2

{% ifversion fpt or ghes > 2.13 %}

Alpha

{% endif %}

3

{% ifversion ghes > 2.13 %}

Alpha

{% else %}

Bravo

{% endif %}

4

{% ifversion ghes > 2.16 %}

Alpha

{% else %}

Bravo

{% ifversion ghes > 2.13 %}

Charlie

{% endif %}

{% endif %}

5

{% ifversion ghes < 2.16 %}

Alpha

{% ifversion ghes > 2.13 %}

Bravo

{% endif %}

{% else %}

Charlie

{% endif %}

6

{% ifversion ghes > 2.13 %}

Alpha

{% ifversion ghes < 2.16 %}

Bravo

{% endif %}

{% else %}

Charlie

{% endif %}

7

{% ifversion ghes > 2.13 %}

Alpha

{% ifversion ghes > 2.16 %}

Bravo

{% else %}

Charlie

{% endif %}

{% endif %}

8

{% ifversion ghes > 2.13 %}

Alpha

{% else %}

Bravo

{% ifversion not fpt %}

Charlie

{% endif %}

Delta

{% endif %}

9

{% ifversion fpt %}

Alpha

{% else %}

Bravo

{% ifversion ghes > 2.16 %}

Charlie

{% endif %}

{% ifversion ghes > 2.13 %}

Delta

{% endif %}

{% endif %}

10

{% ifversion ghes > 2.13 %}

Alpha

{% else %}

Bravo

{% endif %}