From 7a51b8672eac5fa9c720daef6b0c7b028e6bde69 Mon Sep 17 00:00:00 2001 From: grammarware Date: Wed, 8 Apr 2009 08:58:21 +0000 Subject: [PATCH] more test cases (also failing!) git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@551 ab42f6e0-554d-0410-b580-99e487e6eeb2 --- ...bseq.baseline => extract_subseq1.baseline} | 0 ...extract_subseq.bgf => extract_subseq1.bgf} | 0 ...tract_subseq.xbgf => extract_subseq1.xbgf} | 0 .../xbgf/tests/extract_subseq2.baseline | 33 +++++++++++++++++++ .../xbgf/tests/extract_subseq2.bgf | 30 +++++++++++++++++ .../xbgf/tests/extract_subseq2.xbgf | 20 +++++++++++ ...lace4.baseline => replace_choice.baseline} | 0 .../{replace4.bgf => replace_choice.bgf} | 0 .../{replace4.xbgf => replace_choice.xbgf} | 0 ....baseline => replace_choice_part.baseline} | 0 .../{replace5.bgf => replace_choice_part.bgf} | 0 ...replace5.xbgf => replace_choice_part.xbgf} | 0 ...lace1.baseline => replace_global.baseline} | 0 .../{replace1.bgf => replace_global.bgf} | 0 .../{replace1.xbgf => replace_global.xbgf} | 0 .../xbgf/tests/replace_seq.baseline | 20 +++++++++++ .../transformation/xbgf/tests/replace_seq.bgf | 30 +++++++++++++++++ .../xbgf/tests/replace_seq.xbgf | 20 +++++++++++ .../transformation/xbgf/tests/widen4.baseline | 28 ++++++++++++++++ topics/transformation/xbgf/tests/widen4.bgf | 20 +++++++++++ topics/transformation/xbgf/tests/widen4.xbgf | 30 +++++++++++++++++ 21 files changed, 231 insertions(+) rename topics/transformation/xbgf/tests/{extract_subseq.baseline => extract_subseq1.baseline} (100%) rename topics/transformation/xbgf/tests/{extract_subseq.bgf => extract_subseq1.bgf} (100%) rename topics/transformation/xbgf/tests/{extract_subseq.xbgf => extract_subseq1.xbgf} (100%) create mode 100644 topics/transformation/xbgf/tests/extract_subseq2.baseline create mode 100644 topics/transformation/xbgf/tests/extract_subseq2.bgf create mode 100644 topics/transformation/xbgf/tests/extract_subseq2.xbgf rename topics/transformation/xbgf/tests/{replace4.baseline => replace_choice.baseline} (100%) rename topics/transformation/xbgf/tests/{replace4.bgf => replace_choice.bgf} (100%) rename topics/transformation/xbgf/tests/{replace4.xbgf => replace_choice.xbgf} (100%) rename topics/transformation/xbgf/tests/{replace5.baseline => replace_choice_part.baseline} (100%) rename topics/transformation/xbgf/tests/{replace5.bgf => replace_choice_part.bgf} (100%) rename topics/transformation/xbgf/tests/{replace5.xbgf => replace_choice_part.xbgf} (100%) rename topics/transformation/xbgf/tests/{replace1.baseline => replace_global.baseline} (100%) rename topics/transformation/xbgf/tests/{replace1.bgf => replace_global.bgf} (100%) rename topics/transformation/xbgf/tests/{replace1.xbgf => replace_global.xbgf} (100%) create mode 100644 topics/transformation/xbgf/tests/replace_seq.baseline create mode 100644 topics/transformation/xbgf/tests/replace_seq.bgf create mode 100644 topics/transformation/xbgf/tests/replace_seq.xbgf create mode 100644 topics/transformation/xbgf/tests/widen4.baseline create mode 100644 topics/transformation/xbgf/tests/widen4.bgf create mode 100644 topics/transformation/xbgf/tests/widen4.xbgf diff --git a/topics/transformation/xbgf/tests/extract_subseq.baseline b/topics/transformation/xbgf/tests/extract_subseq1.baseline similarity index 100% rename from topics/transformation/xbgf/tests/extract_subseq.baseline rename to topics/transformation/xbgf/tests/extract_subseq1.baseline diff --git a/topics/transformation/xbgf/tests/extract_subseq.bgf b/topics/transformation/xbgf/tests/extract_subseq1.bgf similarity index 100% rename from topics/transformation/xbgf/tests/extract_subseq.bgf rename to topics/transformation/xbgf/tests/extract_subseq1.bgf diff --git a/topics/transformation/xbgf/tests/extract_subseq.xbgf b/topics/transformation/xbgf/tests/extract_subseq1.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/extract_subseq.xbgf rename to topics/transformation/xbgf/tests/extract_subseq1.xbgf diff --git a/topics/transformation/xbgf/tests/extract_subseq2.baseline b/topics/transformation/xbgf/tests/extract_subseq2.baseline new file mode 100644 index 00000000..b043c0e7 --- /dev/null +++ b/topics/transformation/xbgf/tests/extract_subseq2.baseline @@ -0,0 +1,33 @@ + + + + foo + + + + + + qux + + + + + qux + + + + + + qux + + + + bar + + + wez + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/extract_subseq2.bgf b/topics/transformation/xbgf/tests/extract_subseq2.bgf new file mode 100644 index 00000000..b1eea0c0 --- /dev/null +++ b/topics/transformation/xbgf/tests/extract_subseq2.bgf @@ -0,0 +1,30 @@ + + + + foo + + + + + + + + bar + + + wez + + + + + + + bar + + + wez + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/extract_subseq2.xbgf b/topics/transformation/xbgf/tests/extract_subseq2.xbgf new file mode 100644 index 00000000..797e8321 --- /dev/null +++ b/topics/transformation/xbgf/tests/extract_subseq2.xbgf @@ -0,0 +1,20 @@ + + + + + qux + + + + bar + + + wez + + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/replace4.baseline b/topics/transformation/xbgf/tests/replace_choice.baseline similarity index 100% rename from topics/transformation/xbgf/tests/replace4.baseline rename to topics/transformation/xbgf/tests/replace_choice.baseline diff --git a/topics/transformation/xbgf/tests/replace4.bgf b/topics/transformation/xbgf/tests/replace_choice.bgf similarity index 100% rename from topics/transformation/xbgf/tests/replace4.bgf rename to topics/transformation/xbgf/tests/replace_choice.bgf diff --git a/topics/transformation/xbgf/tests/replace4.xbgf b/topics/transformation/xbgf/tests/replace_choice.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/replace4.xbgf rename to topics/transformation/xbgf/tests/replace_choice.xbgf diff --git a/topics/transformation/xbgf/tests/replace5.baseline b/topics/transformation/xbgf/tests/replace_choice_part.baseline similarity index 100% rename from topics/transformation/xbgf/tests/replace5.baseline rename to topics/transformation/xbgf/tests/replace_choice_part.baseline diff --git a/topics/transformation/xbgf/tests/replace5.bgf b/topics/transformation/xbgf/tests/replace_choice_part.bgf similarity index 100% rename from topics/transformation/xbgf/tests/replace5.bgf rename to topics/transformation/xbgf/tests/replace_choice_part.bgf diff --git a/topics/transformation/xbgf/tests/replace5.xbgf b/topics/transformation/xbgf/tests/replace_choice_part.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/replace5.xbgf rename to topics/transformation/xbgf/tests/replace_choice_part.xbgf diff --git a/topics/transformation/xbgf/tests/replace1.baseline b/topics/transformation/xbgf/tests/replace_global.baseline similarity index 100% rename from topics/transformation/xbgf/tests/replace1.baseline rename to topics/transformation/xbgf/tests/replace_global.baseline diff --git a/topics/transformation/xbgf/tests/replace1.bgf b/topics/transformation/xbgf/tests/replace_global.bgf similarity index 100% rename from topics/transformation/xbgf/tests/replace1.bgf rename to topics/transformation/xbgf/tests/replace_global.bgf diff --git a/topics/transformation/xbgf/tests/replace1.xbgf b/topics/transformation/xbgf/tests/replace_global.xbgf similarity index 100% rename from topics/transformation/xbgf/tests/replace1.xbgf rename to topics/transformation/xbgf/tests/replace_global.xbgf diff --git a/topics/transformation/xbgf/tests/replace_seq.baseline b/topics/transformation/xbgf/tests/replace_seq.baseline new file mode 100644 index 00000000..9ad6774d --- /dev/null +++ b/topics/transformation/xbgf/tests/replace_seq.baseline @@ -0,0 +1,20 @@ + + + + foo + + + + + + ... + + + + + ... + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/replace_seq.bgf b/topics/transformation/xbgf/tests/replace_seq.bgf new file mode 100644 index 00000000..b1eea0c0 --- /dev/null +++ b/topics/transformation/xbgf/tests/replace_seq.bgf @@ -0,0 +1,30 @@ + + + + foo + + + + + + + + bar + + + wez + + + + + + + bar + + + wez + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/replace_seq.xbgf b/topics/transformation/xbgf/tests/replace_seq.xbgf new file mode 100644 index 00000000..e3ab301b --- /dev/null +++ b/topics/transformation/xbgf/tests/replace_seq.xbgf @@ -0,0 +1,20 @@ + + + + + + + bar + + + wez + + + + + ... + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/widen4.baseline b/topics/transformation/xbgf/tests/widen4.baseline new file mode 100644 index 00000000..8a3cc934 --- /dev/null +++ b/topics/transformation/xbgf/tests/widen4.baseline @@ -0,0 +1,28 @@ + + + + + foo + + + + + + + + bar + + + wez + + + + + + + qux + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/widen4.bgf b/topics/transformation/xbgf/tests/widen4.bgf new file mode 100644 index 00000000..4084196d --- /dev/null +++ b/topics/transformation/xbgf/tests/widen4.bgf @@ -0,0 +1,20 @@ + + + + + foo + + + + bar + + + wez + + + qux + + + + + \ No newline at end of file diff --git a/topics/transformation/xbgf/tests/widen4.xbgf b/topics/transformation/xbgf/tests/widen4.xbgf new file mode 100644 index 00000000..41ca9736 --- /dev/null +++ b/topics/transformation/xbgf/tests/widen4.xbgf @@ -0,0 +1,30 @@ + + + + + + bar + + + wez + + + + + + + + + bar + + + wez + + + + + + +