From 0af5e00b5fa4d0c4eb3984c9840a24f506a2cf3f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 30 Oct 2014 12:14:41 +1100 Subject: [PATCH] update jsx empty test to new dom tags behaviour --- test/fixtures/transformation/jsx/empty/actual.js | 2 +- test/fixtures/transformation/jsx/empty/expected.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/transformation/jsx/empty/actual.js b/test/fixtures/transformation/jsx/empty/actual.js index c9f99abcd0..46a77a2ef3 100644 --- a/test/fixtures/transformation/jsx/empty/actual.js +++ b/test/fixtures/transformation/jsx/empty/actual.js @@ -1 +1 @@ -{} +{} diff --git a/test/fixtures/transformation/jsx/empty/expected.js b/test/fixtures/transformation/jsx/empty/expected.js index 4835a2a251..1a956a0747 100644 --- a/test/fixtures/transformation/jsx/empty/expected.js +++ b/test/fixtures/transformation/jsx/empty/expected.js @@ -1,2 +1,2 @@ "use strict"; -x(null, null); \ No newline at end of file +X(null, null);