summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-04-06 17:49:18 -0300
committerAndrés <andmarti@gmail.com>2021-04-06 17:49:18 -0300
commit44ca3867c353578fdf23c2469378b71de3a420fd (patch)
tree2308178c3d7f5e41a5298d3acc8287005d7c0e23 /examples
parent9890ce9ac84438e11f76d5b3caff573b03a348a3 (diff)
Fix in markdown export when empty column is left to data
Diffstat (limited to 'examples')
-rw-r--r--examples/sc/wrap.sc27
1 files changed, 17 insertions, 10 deletions
diff --git a/examples/sc/wrap.sc b/examples/sc/wrap.sc
index 2e8847b..65a88fd 100644
--- a/examples/sc/wrap.sc
+++ b/examples/sc/wrap.sc
@@ -1,13 +1,20 @@
# This data file was generated by the Spreadsheet Calculator Improvised (SC-IM)
# You almost certainly shouldn't edit it.
-format 7 3
-mark a B8
-let A6 = 6
-rightstring C6 = "sigue"
-let A7 = 7
-label B7 = "algo bastante largo"
-label C7 = "sigue"
-let D7 = 23
-let A8 = 8
-goto B8
+format 2 3
+mark a C3
+label A0 = "numero"
+label B0 = "hora"
+label C0 = "texto"
+label D0 = "estado"
+label E0 = "total"
+let B1 = 6
+rightstring D1 = "sigue"
+let B2 = 7
+label C2 = "algo bastante largo"
+label D2 = "sigue"
+let E2 = 23
+let B3 = 8
+let A4 = 1
+let B4 = 9
+goto A0