Sha256: 0b8b23389c48a7efd535ab931b0b589a96e088a6d60aae7a38ee02de0662fcf4

Contents?: true

Size: 287 Bytes

Versions: 4

Compression:

Stored size: 287 Bytes

Contents

<esi:try>
  <esi:attempt>
    This is my include: <esi:include src="/include" />
    Choice/<esi:choose>
      <esi:when test="1==2">false</esi:when>
      <esi:when test="1==1">true</esi:when>
    </esi:choose>/Choice
  </esi:attempt>
  <esi:except>
    BLAH!
  </esi:except>
</esi:try>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
joshbuddy-esi-for-rack-0.0.1 spec/tags/fixtures/nested/complex.html
joshbuddy-esi-for-rack-0.0.2 spec/tags/fixtures/nested/complex.html
joshbuddy-esi-for-rack-0.0.3 spec/tags/fixtures/nested/complex.html
esi-for-rack-0.0.4 spec/tags/fixtures/nested/complex.html