diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-11 17:32:35 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:14 +0200 |
commit | e126a4a8c2c4508e8a920d960e152b20cce33370 (patch) | |
tree | 69018c0a4d16493a5f0767121f6ed17aa9132669 /testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml | |
parent | 9b7e388632c943ca5e0e262bd54c3d78329947ac (diff) |
Fixed incorrect file extension
Diffstat (limited to 'testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml')
-rw-r--r-- | testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml b/testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml deleted file mode 100644 index 9d597b7..0000000 --- a/testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<document> - <ontology name="test"> - <struct name="a" root="true"> - <field> - <childRef ref="a"/> - </field> - <syntax> - <close> - <newline/> - </close> - </syntax> - </struct> - </ontology> - <test:a> - <test:a/> - <test:a/> - </test:a> -</document> |