Merge pull request #1 from 4silvertooth/patch-1

Typos
This commit is contained in:
Andrew 2020-10-28 13:51:58 -07:00 committed by GitHub
commit e682f63cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!");