update jsx empty test to new dom tags behaviour

This commit is contained in:
Sebastian McKenzie 2014-10-30 12:14:41 +11:00
parent 4b3ebc62b1
commit 0af5e00b5f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
<x>{}</x>
<X>{}</X>

View File

@ -1,2 +1,2 @@
"use strict";
x(null, null);
X(null, null);