Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxpro committed Feb 28, 2022
1 parent 5fa8097 commit 88c892c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
11 changes: 2 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2652,17 +2652,10 @@ <h2>Syntax</h2>
<emu-t>}</emu-t>
</emu-rhs>
</emu-production>
<<<<<<< HEAD
<emu-production name="JSXText" id="prod-JSXText">
<emu-nt><a href="#prod-JSXText">JSXText</a></emu-nt> <emu-geq>:</emu-geq> <emu-rhs a="z5eumfmp">
<emu-production name="JSXText" type="lexical" id="prod-JSXText">
<emu-nt><a href="#prod-JSXText">JSXText</a></emu-nt> <emu-geq>::</emu-geq> <emu-rhs a="z5eumfmp">
<emu-nt id="_ref_47"><a href="#prod-JSXTextCharacter">JSXTextCharacter</a></emu-nt>
<emu-nt optional="" id="_ref_48"><a href="#prod-JSXText">JSXText</a><emu-mods><emu-opt>opt</emu-opt></emu-mods></emu-nt>
=======
<emu-production name="JSXText" type="lexical">
<emu-nt>JSXText</emu-nt> <emu-geq>::</emu-geq> <emu-rhs a="z5eumfmp">
<emu-nt>JSXTextCharacter</emu-nt>
<emu-nt optional="">JSXText<emu-mods><emu-opt>opt</emu-opt></emu-mods></emu-nt>
>>>>>>> b63b820 (fix typo)
</emu-rhs>
</emu-production>
<emu-production name="JSXTextCharacter" type="lexical" id="prod-JSXTextCharacter">
Expand Down
7 changes: 1 addition & 6 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,8 @@ render(dropdown);
JSXFragment
`{` JSXChildExpression? `}`

<<<<<<< HEAD
JSXText :
JSXText ::
JSXTextCharacter JSXText?
=======
JSXText ::
JSXTextCharacter JSXText?
>>>>>>> b63b820 (fix typo)

JSXTextCharacter ::
JSXStringCharacter but not one of `{` or `<` or `>` or `}`
Expand Down

0 comments on commit 88c892c

Please sign in to comment.