summaryrefslogtreecommitdiff
path: root/testdata/integration/basic_functionality/reference_scope.in.osml
blob: c8a800fd87ebeac2779517b411cd0da6c3af5d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\import[ontology]{./ontologies/reference_tests.osml}
\begin{test}
	\begin{c}
		\b{foo}
		\b{foo2}
		\a#foo
	\end{c}
	\begin{c}
		\b{foo}
		% TODO: This reference is handled incorrectly
		\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}