diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-19 22:15:58 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-19 22:15:58 +0000 |
commit | 77d2929512ff62e421e9bfee659cc86973fc7df7 (patch) | |
tree | eaeaee2b6f7ef7498cc5aa12b340b11cb125638b /plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases | |
parent | 665935b0f99a4b9585f9afe9c9730931a3c94f85 (diff) |
files structure reorganization
git-svn-id: http://svn.miranda-ng.org/main/trunk@492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases')
5 files changed, 0 insertions, 67 deletions
diff --git a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/comment.suite b/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/comment.suite deleted file mode 100644 index 88ce043511..0000000000 --- a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/comment.suite +++ /dev/null @@ -1,18 +0,0 @@ -<!----> -<!-- --> -<!-- -- > -<!-- - --- - --- - -> -<!-- A comment string --> -<!-- More comments --- -> -<!-- More comments ---> -<!-- And even -- more -- comments - from the -- peanut -- gallery --> - diff --git a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/endtag.suite b/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/endtag.suite deleted file mode 100644 index 869db71255..0000000000 --- a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/endtag.suite +++ /dev/null @@ -1,13 +0,0 @@ -First start out with some properly formed end tags -</F></FO></FOO> - -Now something a little more interesting -</></FOO BAR></FOO BAR > - -Some weird stuff -</ ></ FOO BAR></ FOO BAR > -</FOO - -></ - -> diff --git a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/special.suite b/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/special.suite deleted file mode 100644 index ffd6517d9d..0000000000 --- a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/special.suite +++ /dev/null @@ -1,11 +0,0 @@ -<!> -<!-> -<!- > -<!FOOBAR BAZ QUUX!> -<!FOO -BAR -BAZ -> -<!FOO -BAR -BAZ> diff --git a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/starttag.suite b/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/starttag.suite deleted file mode 100644 index c1a03af7bf..0000000000 --- a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/starttag.suite +++ /dev/null @@ -1,21 +0,0 @@ -First, valid tags -<TAG> -<TAG BOOLATTR> -<TAG ATTR1=1> -<TAG ATTR1="1"> -<TAG ATTR1='1'> -<TAG ATTR1='"1'> -<TAG ATTR1='""1'> -<TAG ATTR1='""1"'> -<TAG ATTR1='""1""'> -<TAG ATTR1='"1""'> -<TAG ATTR1='1""'> -<TAG ATTR1='1"'> - -<TAG ATTR1 -ATTR2> -<TAG ATTR1 -ATTR2 -> -<TAG ATTR1="foo" -ATTR2> diff --git a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/way.suite b/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/way.suite deleted file mode 100644 index c33756cc0c..0000000000 --- a/plugins/MirOTR/ekhtml/testsuite/tstpages/01_stock_cases/way.suite +++ /dev/null @@ -1,4 +0,0 @@ -<WAY> - -<WAY COOL> -<WAY COOL=bar>
\ No newline at end of file |