mirror of
https://github.com/github/semantic.git
synced 2024-12-18 20:31:55 +03:00
07ccbb8966
Also, add a unit test for JSX in JavaScript. Co-Authored-By: Rick Winfrey <rewinfrey@github.com>
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
function Something() {
|
|
return <div>
|
|
<Foo>hello</Foo>
|
|
</div>;
|
|
}
|