Skip to content

Commit

Permalink
fix references to message elements in the grammar
Browse files Browse the repository at this point in the history
Issue uses message-element
Failure and Info used their own-defined message
It's clearer when Issue/Failure/Info use a reference to message-element
  • Loading branch information
matthieucan committed Jun 26, 2013
1 parent f80e1e9 commit c2381e7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions firehose.rng
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@
</optional>
<optional>
<!-- summary of the failure -->
<element name="message">
<text/>
</element>
<ref name="message-element"/>
</optional>

<!--
Expand Down Expand Up @@ -275,9 +273,7 @@
<ref name="location-element"/>
</optional>
<optional>
<element name="message">
<text/>
</element>
<ref name="message-element"/>
</optional>
<optional>
<ref name="custom-fields-element"/>
Expand Down

0 comments on commit c2381e7

Please sign in to comment.