summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-12 17:40:32 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:24:16 +0200
commitbed013e617130f7afd1f90ba57afc160b43c71df (patch)
treebb5d335132a522e24351e5a3239355f7a9ca2070 /testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml
parent84ab3caa172fc3f4ec7085135964173c8eed5f84 (diff)
Implement non-greedy behaviour for short tokens
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml')
-rw-r--r--testdata/integration/user_defined_syntax/math_non_greedy_limits.in.osml5
1 files changed, 5 insertions, 0 deletions
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}