diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-12 18:48:56 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:16 +0200 |
commit | 95ce14b9ea89178ddb8788887db8b4b32ced5d79 (patch) | |
tree | 1fb609fbe567370646a6cbf022ce678aa5a192d7 /testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml | |
parent | 667d9c4a082552fb64c5ffe7b0bd6212c8a8b1b3 (diff) |
If in the implicit default field of a non-greedy short form, only read data until whitespace characters are reached. Improve tests accordingly.
Diffstat (limited to 'testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml')
-rw-r--r-- | testdata/integration/user_defined_syntax/non_greedy_shortform.in.osml | 2 |
1 files changed, 1 insertions, 1 deletions
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} |