Skip to content

Commit

Permalink
Add tests for swc-project#614 and swc-project#615
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 29, 2020
1 parent 6f3c07e commit 2f8a9d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecmascript/parser/tests/jsx/basic/custom/issue-614/input.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const t = <test test = "5" other = {4}/>

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let c = <Test attrib="5" />;

0 comments on commit 2f8a9d2

Please sign in to comment.