[lasem] tests: test bigcap and bigvee operators.



commit 7090000fcb373717445b6d03c19a18fecbbbd0cd
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Fri Dec 30 22:00:23 2011 +0100

    tests: test bigcap and bigvee operators.

 tests/data/mathml/operators/bigcap-bigcup.mml   |    7 +++++++
 tests/data/mathml/operators/bigvee-bigwedge.mml |    7 +++++++
 tests/data/mathml/operators/cap-cup.mml         |    7 +++++++
 tests/data/mathml/operators/vee-wedge.mml       |    7 +++++++
 4 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/tests/data/mathml/operators/bigcap-bigcup.mml b/tests/data/mathml/operators/bigcap-bigcup.mml
new file mode 100644
index 0000000..903c1cb
--- /dev/null
+++ b/tests/data/mathml/operators/bigcap-bigcup.mml
@@ -0,0 +1,7 @@
+<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML";>
+
+    <mrow><mi>A</mi><mo>&bigcap;</mo><mi>B</mi></mrow>
+
+    <mrow><mi>A</mi><mo>&bigcup;</mo><mi>B</mi></mrow>
+
+</math>
diff --git a/tests/data/mathml/operators/bigvee-bigwedge.mml b/tests/data/mathml/operators/bigvee-bigwedge.mml
new file mode 100644
index 0000000..ea220ca
--- /dev/null
+++ b/tests/data/mathml/operators/bigvee-bigwedge.mml
@@ -0,0 +1,7 @@
+<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML";>
+
+    <mrow><mi>A</mi><mo>&bigvee;</mo><mi>B</mi></mrow>
+
+    <mrow><mi>A</mi><mo>&bigwedge;</mo><mi>B</mi></mrow>
+
+</math>
diff --git a/tests/data/mathml/operators/cap-cup.mml b/tests/data/mathml/operators/cap-cup.mml
new file mode 100644
index 0000000..3811f7f
--- /dev/null
+++ b/tests/data/mathml/operators/cap-cup.mml
@@ -0,0 +1,7 @@
+<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML";>
+
+    <mrow><mi>A</mi><mo>&cap;</mo><mi>B</mi></mrow>
+
+    <mrow><mi>A</mi><mo>&cup;</mo><mi>B</mi></mrow>
+
+</math>
diff --git a/tests/data/mathml/operators/vee-wedge.mml b/tests/data/mathml/operators/vee-wedge.mml
new file mode 100644
index 0000000..7a5143b
--- /dev/null
+++ b/tests/data/mathml/operators/vee-wedge.mml
@@ -0,0 +1,7 @@
+<math display="inline" xmlns="http://www.w3.org/1998/Math/MathML";>
+
+    <mrow><mi>A</mi><mo>&vee;</mo><mi>B</mi></mrow>
+
+    <mrow><mi>A</mi><mo>&wedge;</mo><mi>B</mi></mrow>
+
+</math>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]