summaryrefslogtreecommitdiff
path: root/testdata/xmlparser/color.osxml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 22:55:04 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 22:55:04 +0100
commitc566d4efb57b697159f88d3bcfb7170bc7699fb0 (patch)
treeead8ef3f06495744302f815f8590131fcfe52737 /testdata/xmlparser/color.osxml
parentfabb174fd15d129e6b8d668cd3d621b0b9481c4f (diff)
Moved testdata path
Diffstat (limited to 'testdata/xmlparser/color.osxml')
-rw-r--r--testdata/xmlparser/color.osxml18
1 files changed, 0 insertions, 18 deletions
diff --git a/testdata/xmlparser/color.osxml b/testdata/xmlparser/color.osxml
deleted file mode 100644
index 17adea4..0000000
--- a/testdata/xmlparser/color.osxml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-<typesystem name="color">
- <struct name="color">
- <field name="r" type="int"/>
- <field name="g" type="int"/>
- <field name="b" type="int"/>
- </struct>
-
- <constant name="aquamarine1" type="color" value="[127,255,212]"/>
- <constant name="aquamarine2" type="color" value="[118,238,198]"/>
- <constant name="aquamarine3" type="color" value="[102,205,170]"/>
- <constant name="aquamarine" type="color" value="[127,255,212]"/>
- <constant name="azure1" type="color" value="[240,255,255]"/>
- <constant name="azure2" type="color" value="[224,238,238]"/>
- <constant name="azure3" type="color" value="[193,205,205]"/>
- <constant name="azure4" type="color" value="[131,139,139]"/>
- <constant name="azure" type="color" value="[240,255,255]"/>
-</typesystem>