Skip to content

Commit

Permalink
Add tests to cover context types
Browse files Browse the repository at this point in the history
  • Loading branch information
opatrascoiu committed Oct 30, 2023
1 parent 5c24801 commit 20a191a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
</itemDefinition>

<itemDefinition name="exactContextType" label="ExactContextType" id="_exactContextType">
<itemComponent name="a" id="_a">
<itemComponent name="a" id="_ae">
<typeRef>number</typeRef>
</itemComponent>
<itemComponent name="b" id="_b">
<itemComponent name="b" id="_be">
<typeRef>number</typeRef>
</itemComponent>
</itemDefinition>

<itemDefinition name="superContextType" label="SuperContextType" id="_superContextType">
<itemComponent name="a" id="_a">
<itemComponent name="a" id="_as">
<typeRef>number</typeRef>
</itemComponent>
</itemDefinition>

<itemDefinition name="otherContextType" label="OtherContextType" id="_otherContextType">
<itemComponent name="a" id="_a">
<itemComponent name="a" id="_ao">
<typeRef>number</typeRef>
</itemComponent>
<itemComponent name="b" id="_b">
Expand Down

0 comments on commit 20a191a

Please sign in to comment.