[lasem] tests: test bigcap and bigvee operators.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] tests: test bigcap and bigvee operators.
- Date: Fri, 30 Dec 2011 21:16:48 +0000 (UTC)
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>⋂</mo><mi>B</mi></mrow>
+
+ <mrow><mi>A</mi><mo>⋃</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>⋁</mo><mi>B</mi></mrow>
+
+ <mrow><mi>A</mi><mo>⋀</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>∩</mo><mi>B</mi></mrow>
+
+ <mrow><mi>A</mi><mo>∪</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>∨</mo><mi>B</mi></mrow>
+
+ <mrow><mi>A</mi><mo>∧</mo><mi>B</mi></mrow>
+
+</math>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]