From 5055b335b2037e7fd78e6f4403c8201d9662212e Mon Sep 17 00:00:00 2001 From: Ryan Plant Date: Tue, 10 Jan 2017 13:12:13 -0600 Subject: [PATCH] Rename folder to avoid Windows-illegal characters (#281) --- .../jsx/regression/{test-*-option => test-star-option}/actual.js | 0 .../regression/{test-*-option => test-star-option}/expected.json | 0 .../regression/{test-*-option => test-star-option}/options.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/fixtures/jsx/regression/{test-*-option => test-star-option}/actual.js (100%) rename test/fixtures/jsx/regression/{test-*-option => test-star-option}/expected.json (100%) rename test/fixtures/jsx/regression/{test-*-option => test-star-option}/options.json (100%) diff --git a/test/fixtures/jsx/regression/test-*-option/actual.js b/test/fixtures/jsx/regression/test-star-option/actual.js similarity index 100% rename from test/fixtures/jsx/regression/test-*-option/actual.js rename to test/fixtures/jsx/regression/test-star-option/actual.js diff --git a/test/fixtures/jsx/regression/test-*-option/expected.json b/test/fixtures/jsx/regression/test-star-option/expected.json similarity index 100% rename from test/fixtures/jsx/regression/test-*-option/expected.json rename to test/fixtures/jsx/regression/test-star-option/expected.json diff --git a/test/fixtures/jsx/regression/test-*-option/options.json b/test/fixtures/jsx/regression/test-star-option/options.json similarity index 100% rename from test/fixtures/jsx/regression/test-*-option/options.json rename to test/fixtures/jsx/regression/test-star-option/options.json