From ad90bf8b96dd2b4c54e53b36203b8819cfd79669 Mon Sep 17 00:00:00 2001 From: grammarware Date: Tue, 3 Mar 2009 15:10:32 +0000 Subject: [PATCH] more renamings of misc. scope git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@509 ab42f6e0-554d-0410-b580-99e487e6eeb2 --- .../transformation/xbgf/tests/deyaccify5.xbgf | 6 -- ...ccify1.baseline => deyaccify_eps.baseline} | 4 +- .../{deyaccify1.bgf => deyaccify_eps.bgf} | 8 +- .../{deyaccify4.xbgf => deyaccify_eps.xbgf} | 2 +- ...cify4.baseline => deyaccify_left.baseline} | 10 +- .../{deyaccify4.bgf => deyaccify_left.bgf} | 10 +- .../{deyaccify2.xbgf => deyaccify_left.xbgf} | 2 +- ....baseline => deyaccify_left_plus.baseline} | 4 +- ...deyaccify5.bgf => deyaccify_left_plus.bgf} | 10 +- ...yaccify1.xbgf => deyaccify_left_plus.xbgf} | 2 +- ...ify5.baseline => deyaccify_right.baseline} | 10 +- .../{deyaccify2.bgf => deyaccify_right.bgf} | 10 +- .../{deyaccify3.xbgf => deyaccify_right.xbgf} | 2 +- ...baseline => deyaccify_right_plus.baseline} | 4 +- ...eyaccify3.bgf => deyaccify_right_plus.bgf} | 10 +- .../xbgf/tests/deyaccify_right_plus.xbgf | 6 ++ .../transformation/xbgf/tests/disappear_q.bgf | 2 +- .../xbgf/tests/disappear_q.xbgf | 2 +- .../xbgf/tests/disappear_s.baseline | 2 +- .../transformation/xbgf/tests/disappear_s.bgf | 4 +- .../xbgf/tests/disappear_s.xbgf | 4 +- .../xbgf/tests/distribute_nt.baseline | 10 +- .../xbgf/tests/distribute_nt.bgf | 8 +- .../xbgf/tests/distribute_nt.xbgf | 2 +- .../{extract4.baseline => extract_l.baseline} | 0 .../tests/{extract4.bgf => extract_l.bgf} | 0 .../tests/{extract4.xbgf => extract_l.xbgf} | 0 ...{extract3.baseline => extract_nt.baseline} | 0 .../tests/{extract3.bgf => extract_nt.bgf} | 0 .../tests/{extract3.xbgf => extract_nt.xbgf} | 0 ...tract1.baseline => extract_subch.baseline} | 0 .../tests/{extract1.bgf => extract_subch.bgf} | 0 .../{extract1.xbgf => extract_subch.xbgf} | 0 ...ract2.baseline => extract_subseq.baseline} | 0 .../{extract2.bgf => extract_subseq.bgf} | 0 .../{extract2.xbgf => extract_subseq.xbgf} | 0 .../transformation/xbgf/tests/fold.baseline | 4 +- topics/transformation/xbgf/tests/fold.bgf | 8 +- .../transformation/xbgf/tests/fold_l.baseline | 10 +- topics/transformation/xbgf/tests/fold_l.bgf | 12 ++- .../xbgf/tests/fold_nt.baseline | 10 +- topics/transformation/xbgf/tests/fold_nt.bgf | 12 ++- .../transformation/xbgf/tests/inline.baseline | 45 +++++++-- topics/transformation/xbgf/tests/inline.bgf | 49 +++++++--- topics/transformation/xbgf/tests/inline.xbgf | 5 +- .../xbgf/tests/massage_distr_ch.baseline | 2 +- .../xbgf/tests/massage_distr_ch.bgf | 2 +- .../xbgf/tests/massage_distr_ch.xbgf | 4 +- .../xbgf/tests/massage_distr_q.baseline | 2 +- .../xbgf/tests/massage_distr_q.bgf | 2 +- .../xbgf/tests/massage_distr_q.xbgf | 4 +- .../xbgf/tests/massage_distr_s.baseline | 2 +- .../xbgf/tests/massage_distr_s.bgf | 2 +- .../xbgf/tests/massage_distr_s.xbgf | 4 +- .../xbgf/tests/massage_triple.baseline | 24 +++++ .../xbgf/tests/massage_triple.bgf | 35 +++++++ .../xbgf/tests/massage_triple.xbgf | 94 +++++++++++++++++++ .../tests/{testperformfull => testthorough} | 0 .../transformation/xbgf/tests/unfold.baseline | 8 +- topics/transformation/xbgf/tests/unfold.bgf | 4 +- .../xbgf/tests/unfold_l.baseline | 6 +- topics/transformation/xbgf/tests/unfold_l.bgf | 4 +- .../xbgf/tests/unfold_nt.baseline | 6 +- .../transformation/xbgf/tests/unfold_nt.bgf | 4 +- 64 files changed, 357 insertions(+), 141 deletions(-) delete mode 100644 topics/transformation/xbgf/tests/deyaccify5.xbgf rename topics/transformation/xbgf/tests/{deyaccify1.baseline => deyaccify_eps.baseline} (73%) rename topics/transformation/xbgf/tests/{deyaccify1.bgf => deyaccify_eps.bgf} (71%) rename topics/transformation/xbgf/tests/{deyaccify4.xbgf => deyaccify_eps.xbgf} (79%) rename topics/transformation/xbgf/tests/{deyaccify4.baseline => deyaccify_left.baseline} (74%) rename topics/transformation/xbgf/tests/{deyaccify4.bgf => deyaccify_left.bgf} (65%) rename topics/transformation/xbgf/tests/{deyaccify2.xbgf => deyaccify_left.xbgf} (79%) rename topics/transformation/xbgf/tests/{deyaccify3.baseline => deyaccify_left_plus.baseline} (73%) rename topics/transformation/xbgf/tests/{deyaccify5.bgf => deyaccify_left_plus.bgf} (65%) rename topics/transformation/xbgf/tests/{deyaccify1.xbgf => deyaccify_left_plus.xbgf} (79%) rename topics/transformation/xbgf/tests/{deyaccify5.baseline => deyaccify_right.baseline} (74%) rename topics/transformation/xbgf/tests/{deyaccify2.bgf => deyaccify_right.bgf} (65%) rename topics/transformation/xbgf/tests/{deyaccify3.xbgf => deyaccify_right.xbgf} (79%) rename topics/transformation/xbgf/tests/{deyaccify2.baseline => deyaccify_right_plus.baseline} (71%) rename topics/transformation/xbgf/tests/{deyaccify3.bgf => deyaccify_right_plus.bgf} (65%) create mode 100644 topics/transformation/xbgf/tests/deyaccify_right_plus.xbgf rename topics/transformation/xbgf/tests/{extract4.baseline => extract_l.baseline} (100%) rename topics/transformation/xbgf/tests/{extract4.bgf => extract_l.bgf} (100%) rename topics/transformation/xbgf/tests/{extract4.xbgf => extract_l.xbgf} (100%) rename topics/transformation/xbgf/tests/{extract3.baseline => extract_nt.baseline} (100%) rename topics/transformation/xbgf/tests/{extract3.bgf => extract_nt.bgf} (100%) rename topics/transformation/xbgf/tests/{extract3.xbgf => extract_nt.xbgf} (100%) rename topics/transformation/xbgf/tests/{extract1.baseline => extract_subch.baseline} (100%) rename topics/transformation/xbgf/tests/{extract1.bgf => extract_subch.bgf} (100%) rename topics/transformation/xbgf/tests/{extract1.xbgf => extract_subch.xbgf} (100%) rename topics/transformation/xbgf/tests/{extract2.baseline => extract_subseq.baseline} (100%) rename topics/transformation/xbgf/tests/{extract2.bgf => extract_subseq.bgf} (100%) rename topics/transformation/xbgf/tests/{extract2.xbgf => extract_subseq.xbgf} (100%) create mode 100644 topics/transformation/xbgf/tests/massage_triple.baseline create mode 100644 topics/transformation/xbgf/tests/massage_triple.bgf create mode 100644 topics/transformation/xbgf/tests/massage_triple.xbgf rename topics/transformation/xbgf/tests/{testperformfull => testthorough} (100%) diff --git a/topics/transformation/xbgf/tests/deyaccify5.xbgf b/topics/transformation/xbgf/tests/deyaccify5.xbgf deleted file mode 100644 index 4721ce02..00000000 --- a/topics/transformation/xbgf/tests/deyaccify5.xbgf +++ /dev/null @@ -1,6 +0,0 @@ - - - N - diff --git a/topics/transformation/xbgf/tests/deyaccify1.baseline b/topics/transformation/xbgf/tests/deyaccify_eps.baseline similarity index 73% rename from topics/transformation/xbgf/tests/deyaccify1.baseline rename to topics/transformation/xbgf/tests/deyaccify_eps.baseline index 82232600..a91619ae 100644 --- a/topics/transformation/xbgf/tests/deyaccify1.baseline +++ b/topics/transformation/xbgf/tests/deyaccify_eps.baseline @@ -1,11 +1,11 @@ - N + foo - a + bar diff --git a/topics/transformation/xbgf/tests/deyaccify1.bgf b/topics/transformation/xbgf/tests/deyaccify_eps.bgf similarity index 71% rename from topics/transformation/xbgf/tests/deyaccify1.bgf rename to topics/transformation/xbgf/tests/deyaccify_eps.bgf index 65a1a040..c772cf5d 100644 --- a/topics/transformation/xbgf/tests/deyaccify1.bgf +++ b/topics/transformation/xbgf/tests/deyaccify_eps.bgf @@ -1,20 +1,20 @@ - N + foo - N + foo - a + bar - N + foo diff --git a/topics/transformation/xbgf/tests/deyaccify4.xbgf b/topics/transformation/xbgf/tests/deyaccify_eps.xbgf similarity index 79% rename from topics/transformation/xbgf/tests/deyaccify4.xbgf rename to topics/transformation/xbgf/tests/deyaccify_eps.xbgf index 4721ce02..cbcedb66 100644 --- a/topics/transformation/xbgf/tests/deyaccify4.xbgf +++ b/topics/transformation/xbgf/tests/deyaccify_eps.xbgf @@ -2,5 +2,5 @@ - N + foo diff --git a/topics/transformation/xbgf/tests/deyaccify4.baseline b/topics/transformation/xbgf/tests/deyaccify_left.baseline similarity index 74% rename from topics/transformation/xbgf/tests/deyaccify4.baseline rename to topics/transformation/xbgf/tests/deyaccify_left.baseline index cce9f227..1f6b4052 100644 --- a/topics/transformation/xbgf/tests/deyaccify4.baseline +++ b/topics/transformation/xbgf/tests/deyaccify_left.baseline @@ -1,19 +1,19 @@ - N + foo + + bar + - b + wez - - a - diff --git a/topics/transformation/xbgf/tests/deyaccify4.bgf b/topics/transformation/xbgf/tests/deyaccify_left.bgf similarity index 65% rename from topics/transformation/xbgf/tests/deyaccify4.bgf rename to topics/transformation/xbgf/tests/deyaccify_left.bgf index 72946154..21b3867d 100644 --- a/topics/transformation/xbgf/tests/deyaccify4.bgf +++ b/topics/transformation/xbgf/tests/deyaccify_left.bgf @@ -1,20 +1,20 @@ - N + foo - a + bar - N + foo - b + foo - N + wez diff --git a/topics/transformation/xbgf/tests/deyaccify2.xbgf b/topics/transformation/xbgf/tests/deyaccify_left.xbgf similarity index 79% rename from topics/transformation/xbgf/tests/deyaccify2.xbgf rename to topics/transformation/xbgf/tests/deyaccify_left.xbgf index 4721ce02..cbcedb66 100644 --- a/topics/transformation/xbgf/tests/deyaccify2.xbgf +++ b/topics/transformation/xbgf/tests/deyaccify_left.xbgf @@ -2,5 +2,5 @@ - N + foo diff --git a/topics/transformation/xbgf/tests/deyaccify3.baseline b/topics/transformation/xbgf/tests/deyaccify_left_plus.baseline similarity index 73% rename from topics/transformation/xbgf/tests/deyaccify3.baseline rename to topics/transformation/xbgf/tests/deyaccify_left_plus.baseline index ff98b237..2c23000c 100644 --- a/topics/transformation/xbgf/tests/deyaccify3.baseline +++ b/topics/transformation/xbgf/tests/deyaccify_left_plus.baseline @@ -1,11 +1,11 @@ - N + foo - a + bar diff --git a/topics/transformation/xbgf/tests/deyaccify5.bgf b/topics/transformation/xbgf/tests/deyaccify_left_plus.bgf similarity index 65% rename from topics/transformation/xbgf/tests/deyaccify5.bgf rename to topics/transformation/xbgf/tests/deyaccify_left_plus.bgf index ffb2a085..043cf275 100644 --- a/topics/transformation/xbgf/tests/deyaccify5.bgf +++ b/topics/transformation/xbgf/tests/deyaccify_left_plus.bgf @@ -1,20 +1,20 @@ - N + foo - a + bar - N + foo - N + foo - b + bar diff --git a/topics/transformation/xbgf/tests/deyaccify1.xbgf b/topics/transformation/xbgf/tests/deyaccify_left_plus.xbgf similarity index 79% rename from topics/transformation/xbgf/tests/deyaccify1.xbgf rename to topics/transformation/xbgf/tests/deyaccify_left_plus.xbgf index 4721ce02..cbcedb66 100644 --- a/topics/transformation/xbgf/tests/deyaccify1.xbgf +++ b/topics/transformation/xbgf/tests/deyaccify_left_plus.xbgf @@ -2,5 +2,5 @@ - N + foo diff --git a/topics/transformation/xbgf/tests/deyaccify5.baseline b/topics/transformation/xbgf/tests/deyaccify_right.baseline similarity index 74% rename from topics/transformation/xbgf/tests/deyaccify5.baseline rename to topics/transformation/xbgf/tests/deyaccify_right.baseline index f17ba873..bf7d1c78 100644 --- a/topics/transformation/xbgf/tests/deyaccify5.baseline +++ b/topics/transformation/xbgf/tests/deyaccify_right.baseline @@ -1,19 +1,19 @@ - N + foo - - a - - b + wez + + bar + diff --git a/topics/transformation/xbgf/tests/deyaccify2.bgf b/topics/transformation/xbgf/tests/deyaccify_right.bgf similarity index 65% rename from topics/transformation/xbgf/tests/deyaccify2.bgf rename to topics/transformation/xbgf/tests/deyaccify_right.bgf index c4457348..801dbf8c 100644 --- a/topics/transformation/xbgf/tests/deyaccify2.bgf +++ b/topics/transformation/xbgf/tests/deyaccify_right.bgf @@ -1,20 +1,20 @@ - N + foo - a + bar - N + foo - a + wez - N + foo diff --git a/topics/transformation/xbgf/tests/deyaccify3.xbgf b/topics/transformation/xbgf/tests/deyaccify_right.xbgf similarity index 79% rename from topics/transformation/xbgf/tests/deyaccify3.xbgf rename to topics/transformation/xbgf/tests/deyaccify_right.xbgf index 4721ce02..cbcedb66 100644 --- a/topics/transformation/xbgf/tests/deyaccify3.xbgf +++ b/topics/transformation/xbgf/tests/deyaccify_right.xbgf @@ -2,5 +2,5 @@ - N + foo diff --git a/topics/transformation/xbgf/tests/deyaccify2.baseline b/topics/transformation/xbgf/tests/deyaccify_right_plus.baseline similarity index 71% rename from topics/transformation/xbgf/tests/deyaccify2.baseline rename to topics/transformation/xbgf/tests/deyaccify_right_plus.baseline index e48de2ca..03c57629 100644 --- a/topics/transformation/xbgf/tests/deyaccify2.baseline +++ b/topics/transformation/xbgf/tests/deyaccify_right_plus.baseline @@ -1,11 +1,11 @@ - N + foo - a + bar diff --git a/topics/transformation/xbgf/tests/deyaccify3.bgf b/topics/transformation/xbgf/tests/deyaccify_right_plus.bgf similarity index 65% rename from topics/transformation/xbgf/tests/deyaccify3.bgf rename to topics/transformation/xbgf/tests/deyaccify_right_plus.bgf index cafe9f3b..b5df4fb4 100644 --- a/topics/transformation/xbgf/tests/deyaccify3.bgf +++ b/topics/transformation/xbgf/tests/deyaccify_right_plus.bgf @@ -1,20 +1,20 @@ - N + foo - a + bar - N + foo - N + bar - a + foo diff --git a/topics/transformation/xbgf/tests/deyaccify_right_plus.xbgf b/topics/transformation/xbgf/tests/deyaccify_right_plus.xbgf new file mode 100644 index 00000000..cbcedb66 --- /dev/null +++ b/topics/transformation/xbgf/tests/deyaccify_right_plus.xbgf @@ -0,0 +1,6 @@ + + + foo + diff --git a/topics/transformation/xbgf/tests/disappear_q.bgf b/topics/transformation/xbgf/tests/disappear_q.bgf index aef4451b..ab6fb4ec 100644 --- a/topics/transformation/xbgf/tests/disappear_q.bgf +++ b/topics/transformation/xbgf/tests/disappear_q.bgf @@ -10,7 +10,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/disappear_q.xbgf b/topics/transformation/xbgf/tests/disappear_q.xbgf index d986e74a..3cd8f7d9 100644 --- a/topics/transformation/xbgf/tests/disappear_q.xbgf +++ b/topics/transformation/xbgf/tests/disappear_q.xbgf @@ -14,7 +14,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/disappear_s.baseline b/topics/transformation/xbgf/tests/disappear_s.baseline index 16de2a10..5d164c00 100644 --- a/topics/transformation/xbgf/tests/disappear_s.baseline +++ b/topics/transformation/xbgf/tests/disappear_s.baseline @@ -7,7 +7,7 @@ bar - zap + qux diff --git a/topics/transformation/xbgf/tests/disappear_s.bgf b/topics/transformation/xbgf/tests/disappear_s.bgf index 9ee48e7b..293762de 100644 --- a/topics/transformation/xbgf/tests/disappear_s.bgf +++ b/topics/transformation/xbgf/tests/disappear_s.bgf @@ -10,12 +10,12 @@ - wex + wez - zap + qux diff --git a/topics/transformation/xbgf/tests/disappear_s.xbgf b/topics/transformation/xbgf/tests/disappear_s.xbgf index 835cb788..c18994a3 100644 --- a/topics/transformation/xbgf/tests/disappear_s.xbgf +++ b/topics/transformation/xbgf/tests/disappear_s.xbgf @@ -14,14 +14,14 @@ - wex + wez - zap + qux diff --git a/topics/transformation/xbgf/tests/distribute_nt.baseline b/topics/transformation/xbgf/tests/distribute_nt.baseline index d21d9dd1..04ff6206 100644 --- a/topics/transformation/xbgf/tests/distribute_nt.baseline +++ b/topics/transformation/xbgf/tests/distribute_nt.baseline @@ -1,25 +1,25 @@ - a + foo - b + bar - c + qux - b + bar - d + wez diff --git a/topics/transformation/xbgf/tests/distribute_nt.bgf b/topics/transformation/xbgf/tests/distribute_nt.bgf index 21f4fbd1..def80ab2 100644 --- a/topics/transformation/xbgf/tests/distribute_nt.bgf +++ b/topics/transformation/xbgf/tests/distribute_nt.bgf @@ -1,18 +1,18 @@ - a + foo - b + bar - c + qux - d + wez diff --git a/topics/transformation/xbgf/tests/distribute_nt.xbgf b/topics/transformation/xbgf/tests/distribute_nt.xbgf index 47a403e0..696a3913 100644 --- a/topics/transformation/xbgf/tests/distribute_nt.xbgf +++ b/topics/transformation/xbgf/tests/distribute_nt.xbgf @@ -2,6 +2,6 @@ xmlns:bgf="http://planet-sl.org/bgf" xmlns:xbgf="http://planet-sl.org/xbgf"> - a + foo diff --git a/topics/transformation/xbgf/tests/extract4.baseline b/topics/transformation/xbgf/tests/extract_l.baseline similarity index 100% rename from topics/transformation/xbgf/tests/extract4.baseline rename to topics/transformation/xbgf/tests/extract_l.baseline diff --git a/topics/transformation/xbgf/tests/extract4.bgf b/topics/transformation/xbgf/tests/extract_l.bgf similarity index 100% rename from topics/transformation/xbgf/tests/extract4.bgf rename to topics/transformation/xbgf/tests/extract_l.bgf diff --git a/topics/transformation/xbgf/tests/extract4.xbgf b/topics/transformation/xbgf/tests/extract_l.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/extract4.xbgf rename to topics/transformation/xbgf/tests/extract_l.xbgf diff --git a/topics/transformation/xbgf/tests/extract3.baseline b/topics/transformation/xbgf/tests/extract_nt.baseline similarity index 100% rename from topics/transformation/xbgf/tests/extract3.baseline rename to topics/transformation/xbgf/tests/extract_nt.baseline diff --git a/topics/transformation/xbgf/tests/extract3.bgf b/topics/transformation/xbgf/tests/extract_nt.bgf similarity index 100% rename from topics/transformation/xbgf/tests/extract3.bgf rename to topics/transformation/xbgf/tests/extract_nt.bgf diff --git a/topics/transformation/xbgf/tests/extract3.xbgf b/topics/transformation/xbgf/tests/extract_nt.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/extract3.xbgf rename to topics/transformation/xbgf/tests/extract_nt.xbgf diff --git a/topics/transformation/xbgf/tests/extract1.baseline b/topics/transformation/xbgf/tests/extract_subch.baseline similarity index 100% rename from topics/transformation/xbgf/tests/extract1.baseline rename to topics/transformation/xbgf/tests/extract_subch.baseline diff --git a/topics/transformation/xbgf/tests/extract1.bgf b/topics/transformation/xbgf/tests/extract_subch.bgf similarity index 100% rename from topics/transformation/xbgf/tests/extract1.bgf rename to topics/transformation/xbgf/tests/extract_subch.bgf diff --git a/topics/transformation/xbgf/tests/extract1.xbgf b/topics/transformation/xbgf/tests/extract_subch.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/extract1.xbgf rename to topics/transformation/xbgf/tests/extract_subch.xbgf diff --git a/topics/transformation/xbgf/tests/extract2.baseline b/topics/transformation/xbgf/tests/extract_subseq.baseline similarity index 100% rename from topics/transformation/xbgf/tests/extract2.baseline rename to topics/transformation/xbgf/tests/extract_subseq.baseline diff --git a/topics/transformation/xbgf/tests/extract2.bgf b/topics/transformation/xbgf/tests/extract_subseq.bgf similarity index 100% rename from topics/transformation/xbgf/tests/extract2.bgf rename to topics/transformation/xbgf/tests/extract_subseq.bgf diff --git a/topics/transformation/xbgf/tests/extract2.xbgf b/topics/transformation/xbgf/tests/extract_subseq.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/extract2.xbgf rename to topics/transformation/xbgf/tests/extract_subseq.xbgf diff --git a/topics/transformation/xbgf/tests/fold.baseline b/topics/transformation/xbgf/tests/fold.baseline index 9c694229..88a3ae7c 100644 --- a/topics/transformation/xbgf/tests/fold.baseline +++ b/topics/transformation/xbgf/tests/fold.baseline @@ -9,7 +9,7 @@ - zap + qux bar @@ -19,7 +19,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/fold.bgf b/topics/transformation/xbgf/tests/fold.bgf index d3ea8e01..f53f598e 100644 --- a/topics/transformation/xbgf/tests/fold.bgf +++ b/topics/transformation/xbgf/tests/fold.bgf @@ -6,18 +6,18 @@ - wex + wez - zap + qux - wex + wez @@ -27,7 +27,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/fold_l.baseline b/topics/transformation/xbgf/tests/fold_l.baseline index 9c694229..e5777592 100644 --- a/topics/transformation/xbgf/tests/fold_l.baseline +++ b/topics/transformation/xbgf/tests/fold_l.baseline @@ -9,9 +9,13 @@ - zap + qux - bar + + + wez + + @@ -19,7 +23,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/fold_l.bgf b/topics/transformation/xbgf/tests/fold_l.bgf index 16ef20b0..f53f598e 100644 --- a/topics/transformation/xbgf/tests/fold_l.bgf +++ b/topics/transformation/xbgf/tests/fold_l.bgf @@ -6,16 +6,20 @@ - wex + wez - zap + qux - bar + + + wez + + @@ -23,7 +27,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/fold_nt.baseline b/topics/transformation/xbgf/tests/fold_nt.baseline index 9c694229..e5777592 100644 --- a/topics/transformation/xbgf/tests/fold_nt.baseline +++ b/topics/transformation/xbgf/tests/fold_nt.baseline @@ -9,9 +9,13 @@ - zap + qux - bar + + + wez + + @@ -19,7 +23,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/fold_nt.bgf b/topics/transformation/xbgf/tests/fold_nt.bgf index 16ef20b0..f53f598e 100644 --- a/topics/transformation/xbgf/tests/fold_nt.bgf +++ b/topics/transformation/xbgf/tests/fold_nt.bgf @@ -6,16 +6,20 @@ - wex + wez - zap + qux - bar + + + wez + + @@ -23,7 +27,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/inline.baseline b/topics/transformation/xbgf/tests/inline.baseline index c302adad..9c909216 100644 --- a/topics/transformation/xbgf/tests/inline.baseline +++ b/topics/transformation/xbgf/tests/inline.baseline @@ -1,10 +1,37 @@ - - - - expr - - int - - - \ No newline at end of file + + + foo + + + + qux + + + + + + bar + + + + + + qux + + + + + .. + + + + + qux + + + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/inline.bgf b/topics/transformation/xbgf/tests/inline.bgf index a9990b41..f71997ba 100644 --- a/topics/transformation/xbgf/tests/inline.bgf +++ b/topics/transformation/xbgf/tests/inline.bgf @@ -1,16 +1,35 @@ - - - - expr - - intexpr - - - - intexpr - - int - - - \ No newline at end of file + + + foo + + wez + + + + bar + + + + wez + + + .. + + + wez + + + + + + wez + + + + qux + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/inline.xbgf b/topics/transformation/xbgf/tests/inline.xbgf index 7949399c..21fb82e0 100644 --- a/topics/transformation/xbgf/tests/inline.xbgf +++ b/topics/transformation/xbgf/tests/inline.xbgf @@ -1,5 +1,6 @@ + - intexpr - + wez + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/massage_distr_ch.baseline b/topics/transformation/xbgf/tests/massage_distr_ch.baseline index ec18675c..f327e0f8 100644 --- a/topics/transformation/xbgf/tests/massage_distr_ch.baseline +++ b/topics/transformation/xbgf/tests/massage_distr_ch.baseline @@ -14,7 +14,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_ch.bgf b/topics/transformation/xbgf/tests/massage_distr_ch.bgf index d8d177a8..f8a501d4 100644 --- a/topics/transformation/xbgf/tests/massage_distr_ch.bgf +++ b/topics/transformation/xbgf/tests/massage_distr_ch.bgf @@ -10,7 +10,7 @@ bar - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_ch.xbgf b/topics/transformation/xbgf/tests/massage_distr_ch.xbgf index 39c007df..7c817464 100644 --- a/topics/transformation/xbgf/tests/massage_distr_ch.xbgf +++ b/topics/transformation/xbgf/tests/massage_distr_ch.xbgf @@ -11,7 +11,7 @@ bar - zap + qux @@ -29,7 +29,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_q.baseline b/topics/transformation/xbgf/tests/massage_distr_q.baseline index 6572d378..7451260f 100644 --- a/topics/transformation/xbgf/tests/massage_distr_q.baseline +++ b/topics/transformation/xbgf/tests/massage_distr_q.baseline @@ -12,7 +12,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_q.bgf b/topics/transformation/xbgf/tests/massage_distr_q.bgf index 6c5e7da2..9251a273 100644 --- a/topics/transformation/xbgf/tests/massage_distr_q.bgf +++ b/topics/transformation/xbgf/tests/massage_distr_q.bgf @@ -14,7 +14,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_q.xbgf b/topics/transformation/xbgf/tests/massage_distr_q.xbgf index 29891642..0d44cc3f 100644 --- a/topics/transformation/xbgf/tests/massage_distr_q.xbgf +++ b/topics/transformation/xbgf/tests/massage_distr_q.xbgf @@ -15,7 +15,7 @@ - zap + qux @@ -31,7 +31,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_s.baseline b/topics/transformation/xbgf/tests/massage_distr_s.baseline index b73a5424..2ddda1a4 100644 --- a/topics/transformation/xbgf/tests/massage_distr_s.baseline +++ b/topics/transformation/xbgf/tests/massage_distr_s.baseline @@ -12,7 +12,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_s.bgf b/topics/transformation/xbgf/tests/massage_distr_s.bgf index a996cd19..f1466176 100644 --- a/topics/transformation/xbgf/tests/massage_distr_s.bgf +++ b/topics/transformation/xbgf/tests/massage_distr_s.bgf @@ -14,7 +14,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_distr_s.xbgf b/topics/transformation/xbgf/tests/massage_distr_s.xbgf index f4d4e18f..697b61e5 100644 --- a/topics/transformation/xbgf/tests/massage_distr_s.xbgf +++ b/topics/transformation/xbgf/tests/massage_distr_s.xbgf @@ -15,7 +15,7 @@ - zap + qux @@ -31,7 +31,7 @@ - zap + qux diff --git a/topics/transformation/xbgf/tests/massage_triple.baseline b/topics/transformation/xbgf/tests/massage_triple.baseline new file mode 100644 index 00000000..d0b8182c --- /dev/null +++ b/topics/transformation/xbgf/tests/massage_triple.baseline @@ -0,0 +1,24 @@ + + + + wez + + + + + + foo + + + + + + + bar + + + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/massage_triple.bgf b/topics/transformation/xbgf/tests/massage_triple.bgf new file mode 100644 index 00000000..1e39a1a6 --- /dev/null +++ b/topics/transformation/xbgf/tests/massage_triple.bgf @@ -0,0 +1,35 @@ + + + + wez + + + + foo + + + + + + + + + foo + + + + + + + bar + + + + + + + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/massage_triple.xbgf b/topics/transformation/xbgf/tests/massage_triple.xbgf new file mode 100644 index 00000000..dd62bffa --- /dev/null +++ b/topics/transformation/xbgf/tests/massage_triple.xbgf @@ -0,0 +1,94 @@ + + + + + + + + + + + foo + + + + + + + bar + + + + + + + + + + + + + + + foo + + + + + + + + + bar + + + + + + + + + + + + + foo + + + + + + + + + foo + + + + + + + + + foo + + + + + foo + + + + + + + + + foo + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/testperformfull b/topics/transformation/xbgf/tests/testthorough similarity index 100% rename from topics/transformation/xbgf/tests/testperformfull rename to topics/transformation/xbgf/tests/testthorough diff --git a/topics/transformation/xbgf/tests/unfold.baseline b/topics/transformation/xbgf/tests/unfold.baseline index d3ea8e01..f53f598e 100644 --- a/topics/transformation/xbgf/tests/unfold.baseline +++ b/topics/transformation/xbgf/tests/unfold.baseline @@ -6,18 +6,18 @@ - wex + wez - zap + qux - wex + wez @@ -27,7 +27,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/unfold.bgf b/topics/transformation/xbgf/tests/unfold.bgf index 9c694229..88a3ae7c 100644 --- a/topics/transformation/xbgf/tests/unfold.bgf +++ b/topics/transformation/xbgf/tests/unfold.bgf @@ -9,7 +9,7 @@ - zap + qux bar @@ -19,7 +19,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/unfold_l.baseline b/topics/transformation/xbgf/tests/unfold_l.baseline index 16ef20b0..34accc85 100644 --- a/topics/transformation/xbgf/tests/unfold_l.baseline +++ b/topics/transformation/xbgf/tests/unfold_l.baseline @@ -6,14 +6,14 @@ - wex + wez - zap + qux bar @@ -23,7 +23,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/unfold_l.bgf b/topics/transformation/xbgf/tests/unfold_l.bgf index 9c694229..88a3ae7c 100644 --- a/topics/transformation/xbgf/tests/unfold_l.bgf +++ b/topics/transformation/xbgf/tests/unfold_l.bgf @@ -9,7 +9,7 @@ - zap + qux bar @@ -19,7 +19,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/unfold_nt.baseline b/topics/transformation/xbgf/tests/unfold_nt.baseline index 16ef20b0..34accc85 100644 --- a/topics/transformation/xbgf/tests/unfold_nt.baseline +++ b/topics/transformation/xbgf/tests/unfold_nt.baseline @@ -6,14 +6,14 @@ - wex + wez - zap + qux bar @@ -23,7 +23,7 @@ - wex + wez diff --git a/topics/transformation/xbgf/tests/unfold_nt.bgf b/topics/transformation/xbgf/tests/unfold_nt.bgf index 9c694229..88a3ae7c 100644 --- a/topics/transformation/xbgf/tests/unfold_nt.bgf +++ b/topics/transformation/xbgf/tests/unfold_nt.bgf @@ -9,7 +9,7 @@ - zap + qux bar @@ -19,7 +19,7 @@ - wex + wez