update jsx empty test to new dom tags behaviour
This commit is contained in:
parent
4b3ebc62b1
commit
0af5e00b5f
@ -1 +1 @@
|
||||
<x>{}</x>
|
||||
<X>{}</X>
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
"use strict";
|
||||
x(null, null);
|
||||
X(null, null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user