From bed013e617130f7afd1f90ba57afc160b43c71df Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 12 Apr 2015 17:40:32 +0200 Subject: Implement non-greedy behaviour for short tokens --- .../integration/user_defined_syntax/math_non_greedy_limits.in.osml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml (limited to 'testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml') diff --git a/testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml b/testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml new file mode 100644 index 0000000..d9481d0 --- /dev/null +++ b/testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml @@ -0,0 +1,5 @@ +\document +\import[ontology]{./ontologies/math} +\begin{math} + \sum_{i=3}^{5} i_M^2 +\end{math} -- cgit v1.2.3