Skip to content

Commit

Permalink
Merge pull request bellard#1 from 4silvertooth/patch-1
Browse files Browse the repository at this point in the history
Typos
  • Loading branch information
c-smile authored Oct 28, 2020
2 parents b7352f1 + 4663592 commit e682f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/JSX/test-jsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ assert(t3,t3a);
var t4 = <div id="foo" class="bar"><h1>header</h1><button>clicks</button></div>;
var t4a = ["div",{id:"foo",class:"bar"},[["h1",{},["header"]],["button",{},["clicks"]]]];

assert(t3,t3a);
assert(t4,t4a);

console.log("JSX test passed!");
console.log("JSX test passed!");

0 comments on commit e682f63

Please sign in to comment.