Sha256: d21bc5fdf8d155b5844e8abcc3a2e781de4a3b425b5093722164c3542ae08a20
Contents?: true
Size: 1.05 KB
Versions: 9
Compression:
Stored size: 1.05 KB
Contents
# test_file: ../../../../../test/integration/zafu_compiler_test.rb default: context: node: 'status' visitor: 'anon' format: 'csv' src: "<r:spreadsheet><r:sheet name='hep #{title}'><r:row><r:cell text='foo'/><r:cell eval='title'/></r:row></r:sheet></r:spreadsheet>" tem: "/if _zdoc = @spreadsheet.*_zsheet = _zdoc.sheet.\"hep #\{@node.*title.*/" res: "foo;status title;\n" two_lines: src: "<r:spreadsheet><r:sheet name='hep #{title}'><r:row><r:cell text='foo'/><r:cell eval='title'/></r:row><r:row><r:cell text='foo:#{title}'/><r:cell>blah</r:cell></r:row></r:sheet></r:spreadsheet>" tem: "/if _zdoc = @spreadsheet.*_zsheet = _zdoc.sheet.\"hep #\{@node.*title.*/" res: "foo;status title;\nfoo:status title;blah;\n" empty_cell: src: "<r:spreadsheet><r:sheet name='hep #{title}'><r:row><r:cell text='foo'/><r:cell eval='title'/></r:row><r:row><r:cell text='foo:#{title}'/><r:cell/></r:row></r:sheet></r:spreadsheet>" tem: "/if _zdoc = @spreadsheet.*_zsheet = _zdoc.sheet.\"hep #\{@node.*title.*/" res: "foo;status title;\nfoo:status title;;\n"
Version data entries
9 entries across 9 versions & 1 rubygems