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