Fixed format node so that it parameterizes correctly
[p5sagit/Excel-Template.git] / t / 026_vars_in_format.xml
diff --git a/t/026_vars_in_format.xml b/t/026_vars_in_format.xml
new file mode 100644 (file)
index 0000000..570479d
--- /dev/null
@@ -0,0 +1,13 @@
+<workbook>
+    
+  <worksheet name="loops">
+      
+    <loop name="loopy">
+        <format bg_color='$color'>
+            <cell text="$value" />
+        </format>
+    </loop>
+    
+  </worksheet>
+  
+</workbook>