diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-14 00:23:49 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:18 +0200 |
commit | 866965ac772d7894eab39eba63074e08a86db976 (patch) | |
tree | bc6fc9bc487c1bab9d9ffc52bca3aced09fc8f24 /testdata/integration/basic_functionality/reference.in.osml | |
parent | 0f345bc54c4e048d25f0dc49bf1427d8e30c3d01 (diff) |
Add simple test for reference types
Diffstat (limited to 'testdata/integration/basic_functionality/reference.in.osml')
-rw-r--r-- | testdata/integration/basic_functionality/reference.in.osml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testdata/integration/basic_functionality/reference.in.osml b/testdata/integration/basic_functionality/reference.in.osml new file mode 100644 index 0000000..a33d03c --- /dev/null +++ b/testdata/integration/basic_functionality/reference.in.osml @@ -0,0 +1,14 @@ +\document +\ontology#test + \struct#test[root=true] + \field + \childRef[a] + \childRef[b] + \struct#b + \primitive[type=@a] + \struct#a + +\test + \a#foo + \b{foo} + |