summaryrefslogtreecommitdiff
path: root/testdata/integration/basic_functionality/reference_scope.in.osml
blob: 6ddf8ff8f1564ed0c9149b9f4f16a64df90b4135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\import[ontology]{./ontologies/reference_tests.osml}
\begin{test}
	\begin{c}
		\b{foo}
		\b{foo2}
		\a#foo
	\end{c}
	\begin{c}
		\b{foo}
		\a#foo
	\end{c}
	\begin{c}
		% TODO: Getting ambiguous reference error here. This is still a bug!
		%\b{foo}
		\a#foo
		\a#foo2
	\end{c}
	\a#foo2
\end{test}