aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/unordered_sequence
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-29 23:23:23 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-29 23:23:23 +0100
commitb47e0e444bd9499b4906b054bb7a32a0a699613c (patch)
tree8c1d8330d5fc95b522c4ae7557b88bd2e40e6bda /test-files/mds-kbdc/simplify-tree/valid/unordered_sequence
parentmds-kbdc: only five test cases to go before it's time for the next step (diff)
downloadmds-b47e0e444bd9499b4906b054bb7a32a0a699613c.tar.gz
mds-b47e0e444bd9499b4906b054bb7a32a0a699613c.tar.bz2
mds-b47e0e444bd9499b4906b054bb7a32a0a699613c.tar.xz
mds-kbdc: fix permutation generation
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--test-files/mds-kbdc/simplify-tree/valid/unordered_sequence61
1 files changed, 60 insertions, 1 deletions
diff --git a/test-files/mds-kbdc/simplify-tree/valid/unordered_sequence b/test-files/mds-kbdc/simplify-tree/valid/unordered_sequence
index a7cb1bf..20b5473 100644
--- a/test-files/mds-kbdc/simplify-tree/valid/unordered_sequence
+++ b/test-files/mds-kbdc/simplify-tree/valid/unordered_sequence
@@ -1,4 +1,63 @@
(1 2 3) : 0
-# TODO
+# (map (@ 1 0-0)
+# (.sequence
+# (string (@ 1 1-2) ‘1’)
+# (string (@ 1 3-4) ‘2’)
+# (string (@ 1 5-6) ‘3’)
+# )
+# (.result
+# (string (@ 1 10-11) ‘0’)
+# )
+# )
+# (map (@ 1 0-0)
+# (.sequence
+# (string (@ 1 1-2) ‘1’)
+# (string (@ 1 5-6) ‘3’)
+# (string (@ 1 3-4) ‘2’)
+# )
+# (.result
+# (string (@ 1 10-11) ‘0’)
+# )
+# )
+# (map (@ 1 0-0)
+# (.sequence
+# (string (@ 1 3-4) ‘2’)
+# (string (@ 1 1-2) ‘1’)
+# (string (@ 1 5-6) ‘3’)
+# )
+# (.result
+# (string (@ 1 10-11) ‘0’)
+# )
+# )
+# (map (@ 1 0-0)
+# (.sequence
+# (string (@ 1 3-4) ‘2’)
+# (string (@ 1 5-6) ‘3’)
+# (string (@ 1 1-2) ‘1’)
+# )
+# (.result
+# (string (@ 1 10-11) ‘0’)
+# )
+# )
+# (map (@ 1 0-0)
+# (.sequence
+# (string (@ 1 5-6) ‘3’)
+# (string (@ 1 1-2) ‘1’)
+# (string (@ 1 3-4) ‘2’)
+# )
+# (.result
+# (string (@ 1 10-11) ‘0’)
+# )
+# )
+# (map (@ 1 0-0)
+# (.sequence
+# (string (@ 1 5-6) ‘3’)
+# (string (@ 1 3-4) ‘2’)
+# (string (@ 1 1-2) ‘1’)
+# )
+# (.result
+# (string (@ 1 10-11) ‘0’)
+# )
+# )