From 144e00bedf72f261062ffd0759b9f1f98d6db352 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 3 Apr 2015 22:50:01 +0200 Subject: Add another test for the test math environment, remove old tests --- testdata/osmlparser/math_pythagoras.osml | 4 ---- testdata/osmlparser/math_ranges.osml | 6 ------ 2 files changed, 10 deletions(-) delete mode 100644 testdata/osmlparser/math_pythagoras.osml delete mode 100644 testdata/osmlparser/math_ranges.osml (limited to 'testdata/osmlparser') diff --git a/testdata/osmlparser/math_pythagoras.osml b/testdata/osmlparser/math_pythagoras.osml deleted file mode 100644 index e42cdb7..0000000 --- a/testdata/osmlparser/math_pythagoras.osml +++ /dev/null @@ -1,4 +0,0 @@ -\import[ontology]{./math} -\begin{math} - a^{2} &= b^{2} + c^{2} -\end{math} diff --git a/testdata/osmlparser/math_ranges.osml b/testdata/osmlparser/math_ranges.osml deleted file mode 100644 index a6ac4dd..0000000 --- a/testdata/osmlparser/math_ranges.osml +++ /dev/null @@ -1,6 +0,0 @@ -\import[ontology]{./math} -\begin{math} - \sum^{10}_{i=5} \\ - \int^{\var{x} -> 1}_{\var{x} -> -1} \sqrt{x^{2} - 1} dx &= \frac{π}{2}\\ - \fun{f}{x, y} |-> \frac{x^{2}}{2} + y^{2} -\end{math} -- cgit v1.2.3