diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-18 16:32:23 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-18 16:32:23 +0100 |
commit | a36be9501898d3bd2b7c85c2225bff2217dcde72 (patch) | |
tree | 0e506a01aa6cabdc91d5fe0ce88259fec9c5d7b9 /testdata/osxmlparser/email.osxml | |
parent | dfca16e5fb6bd14462fef41c8c771e2f758c92d3 (diff) |
restructured domains and deleted as many duplicates from testdata as possible.
Diffstat (limited to 'testdata/osxmlparser/email.osxml')
-rw-r--r-- | testdata/osxmlparser/email.osxml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testdata/osxmlparser/email.osxml b/testdata/osxmlparser/email.osxml deleted file mode 100644 index 325f89a..0000000 --- a/testdata/osxmlparser/email.osxml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" standalone="yes"?> -<typesystem name="email"> - <struct name="email"> - <field name="local" type="string"/> - <field name="domainName" type="string"/> - <field name="domainSuffix" type="string"/> - </struct> -</typesystem> |