From 95ce14b9ea89178ddb8788887db8b4b32ced5d79 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 12 Apr 2015 18:48:56 +0200 Subject: If in the implicit default field of a non-greedy short form, only read data until whitespace characters are reached. Improve tests accordingly. --- testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml') diff --git a/testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml b/testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml index 68866c6..0d700c2 100644 --- a/testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml +++ b/testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml @@ -1,2 +1,2 @@ \import[ontology]{./ontologies/non_greedy_shortform} -\begin{test}?a ?b?c ??d + ?+{?} \end{test} +\begin{test}?a ?b?c ??d + ?+{?} ??e f\end{test} -- cgit v1.2.3