[lasem] mathml: add menclose to the test suite
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] mathml: add menclose to the test suite
- Date: Thu, 29 Jan 2015 21:21:08 +0000 (UTC)
commit 411c9d6b31224c771caac018181176f3e4b803f8
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Tue Jan 20 21:49:25 2015 +0100
mathml: add menclose to the test suite
.../GeneralLayout/menclose/menclose-actuarial.mml | 5 +++++
.../GeneralLayout/menclose/menclose-actuarial.png | Bin 0 -> 1041 bytes
.../GeneralLayout/menclose/menclose-bottom.mml | 5 +++++
.../GeneralLayout/menclose/menclose-bottom.png | Bin 0 -> 1006 bytes
.../GeneralLayout/menclose/menclose-box.mml | 5 +++++
.../GeneralLayout/menclose/menclose-box.png | Bin 0 -> 1041 bytes
.../GeneralLayout/menclose/menclose-circle.mml | 5 +++++
.../GeneralLayout/menclose/menclose-circle.png | Bin 0 -> 2248 bytes
.../menclose/menclose-downdiagonalstrike.mml | 5 +++++
.../menclose/menclose-downdiagonalstrike.png | Bin 0 -> 1353 bytes
.../menclose/menclose-horizontalstrike.mml | 5 +++++
.../menclose/menclose-horizontalstrike.png | Bin 0 -> 879 bytes
.../GeneralLayout/menclose/menclose-left.mml | 5 +++++
.../GeneralLayout/menclose/menclose-left.png | Bin 0 -> 1033 bytes
.../GeneralLayout/menclose/menclose-longdiv.mml | 5 +++++
.../GeneralLayout/menclose/menclose-longdiv.png | Bin 0 -> 1263 bytes
.../GeneralLayout/menclose/menclose-madruwb.mml | 5 +++++
.../GeneralLayout/menclose/menclose-madruwb.png | Bin 0 -> 1042 bytes
.../GeneralLayout/menclose/menclose-radical.mml | 5 +++++
.../GeneralLayout/menclose/menclose-radical.png | Bin 0 -> 1307 bytes
.../GeneralLayout/menclose/menclose-right.mml | 5 +++++
.../GeneralLayout/menclose/menclose-right.png | Bin 0 -> 1034 bytes
.../GeneralLayout/menclose/menclose-roundedbox.mml | 5 +++++
.../GeneralLayout/menclose/menclose-roundedbox.png | Bin 0 -> 1567 bytes
.../GeneralLayout/menclose/menclose-top.mml | 5 +++++
.../GeneralLayout/menclose/menclose-top.png | Bin 0 -> 1020 bytes
.../menclose/menclose-updiagonalarrow.mml | 5 +++++
.../menclose/menclose-updiagonalarrow.png | Bin 0 -> 1987 bytes
.../menclose/menclose-updiagonalstrike.mml | 5 +++++
.../menclose/menclose-updiagonalstrike.png | Bin 0 -> 1382 bytes
.../menclose/menclose-verticalstrike.mml | 5 +++++
.../menclose/menclose-verticalstrike.png | Bin 0 -> 1004 bytes
32 files changed, 80 insertions(+), 0 deletions(-)
---
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-actuarial.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-actuarial.mml
new file mode 100644
index 0000000..2cbacf3
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-actuarial.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="actuarial">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-actuarial.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-actuarial.png
new file mode 100644
index 0000000..c1b5e47
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-actuarial.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-bottom.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-bottom.mml
new file mode 100644
index 0000000..4ffd83b
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-bottom.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="bottom">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-bottom.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-bottom.png
new file mode 100644
index 0000000..9d9041f
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-bottom.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-box.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-box.mml
new file mode 100644
index 0000000..160ab81
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-box.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="box">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-box.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-box.png
new file mode 100644
index 0000000..f0e6e82
Binary files /dev/null and b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-box.png
differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-circle.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-circle.mml
new file mode 100644
index 0000000..a5d1531
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-circle.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="circle">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-circle.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-circle.png
new file mode 100644
index 0000000..18e49d7
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-circle.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-downdiagonalstrike.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-downdiagonalstrike.mml
new file mode 100644
index 0000000..30c024a
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-downdiagonalstrike.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="downdiagonalstrike">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-downdiagonalstrike.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-downdiagonalstrike.png
new file mode 100644
index 0000000..3ea747d
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-downdiagonalstrike.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-horizontalstrike.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-horizontalstrike.mml
new file mode 100644
index 0000000..6087861
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-horizontalstrike.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="horizontalstrike">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-horizontalstrike.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-horizontalstrike.png
new file mode 100644
index 0000000..66881cb
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-horizontalstrike.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-left.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-left.mml
new file mode 100644
index 0000000..966c326
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-left.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="left">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-left.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-left.png
new file mode 100644
index 0000000..33178bb
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-left.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-longdiv.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-longdiv.mml
new file mode 100644
index 0000000..fe0475a
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-longdiv.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="longdiv">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-longdiv.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-longdiv.png
new file mode 100644
index 0000000..4fb087d
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-longdiv.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-madruwb.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-madruwb.mml
new file mode 100644
index 0000000..d5456bd
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-madruwb.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="madruwb">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-madruwb.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-madruwb.png
new file mode 100644
index 0000000..163995e
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-madruwb.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-radical.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-radical.mml
new file mode 100644
index 0000000..6d67c66
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-radical.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="radical">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-radical.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-radical.png
new file mode 100644
index 0000000..fc41e7a
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-radical.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-right.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-right.mml
new file mode 100644
index 0000000..75ecd77
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-right.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="right">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-right.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-right.png
new file mode 100644
index 0000000..fdc1702
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-right.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-roundedbox.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-roundedbox.mml
new file mode 100644
index 0000000..0cf62b4
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-roundedbox.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="roundedbox">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-roundedbox.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-roundedbox.png
new file mode 100644
index 0000000..c2c1790
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-roundedbox.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-top.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-top.mml
new file mode 100644
index 0000000..974b4c4
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-top.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="top">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-top.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-top.png
new file mode 100644
index 0000000..e703a03
Binary files /dev/null and b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-top.png
differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalarrow.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalarrow.mml
new file mode 100644
index 0000000..ef652a6
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalarrow.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="updiagonalarrow">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalarrow.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalarrow.png
new file mode 100644
index 0000000..ed12485
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalarrow.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalstrike.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalstrike.mml
new file mode 100644
index 0000000..a7e9904
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalstrike.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="updiagonalstrike">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalstrike.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalstrike.png
new file mode 100644
index 0000000..b162749
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-updiagonalstrike.png differ
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-verticalstrike.mml
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-verticalstrike.mml
new file mode 100644
index 0000000..451cd04
--- /dev/null
+++ b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-verticalstrike.mml
@@ -0,0 +1,5 @@
+<math>
+ <menclose notation="verticalstrike">
+ <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup>
+ </menclose>
+</math>
diff --git a/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-verticalstrike.png
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-verticalstrike.png
new file mode 100644
index 0000000..293abe9
Binary files /dev/null and
b/tests/data/mathml/testsuite/Presentation/GeneralLayout/menclose/menclose-verticalstrike.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]