aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/match-enum-or.html
blob: ffd364db236e6790fabef3b07d6528a2cc47b657 (plain) (tree)
1
2
3
4
5
6
7
8







                                              
The card is
{%- match suit %}
   {%- when Suit::Clubs or Suit::Spades -%}
     {{ " black" }}
   {%- when Suit::Diamonds or Suit::Hearts -%}
     {{ " red" }}
{%- endmatch %}