Sha256: 58bc21c307d87c1ceb65861b241d488ba34cfe5df38c003939370494e883d0ce

Contents?: true

Size: 355 Bytes

Versions: 9

Compression:

Stored size: 355 Bytes

Contents

/* The element which is marked by 'id="list1"' */
#list1 {
  logic: {
    for member in @members
      _stag           # start tag
      _cont           # content
      _etag           # end tag
    end
  }
}

/* The element which is marked by 'id="mark:item1"' */
#item1 {
  /* replace the content with value of a variable 'member' */
  value: member;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gf-treevisitor-0.0.10 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.11 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.12 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.13 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.15 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.16 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.18 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.19 test_data/gf_utility/kwartz_test_data/source/test1.plogic
gf-treevisitor-0.0.8 test_data/gf_utility/kwartz_test_data/source/test1.plogic