summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/token_escaping.osml
blob: 1f76ad71d2a1811a4b52f171e9414023b57fb2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\ontology#test{
	\struct#a[root=true]
		\field
			\childRef[ref=b]
			\childRef[ref=c]
	\struct#b
		\syntax
			\short{\!=}
	\struct#c
		\syntax
			\short{=}
}