From 1cb1a0a48609663f3c5c0689b6601f3cdb29f333 Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Mon, 29 Apr 2019 20:08:37 -0400 Subject: [PATCH] Fix invalid filenames in repo (#4686) --- .../{test>=2.7.1.ts.fix => test-post-2.7.1-syntax.ts.fix} | 0 .../{test>=2.7.1.ts.lint => test-post-2.7.1-syntax.ts.lint} | 0 .../backtick/{test<2.7.1.ts.fix => test-pre-2.7.1-syntax.ts.fix} | 0 .../{test<2.7.1.ts.lint => test-pre-2.7.1-syntax.ts.lint} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/rules/quotemark/backtick/{test>=2.7.1.ts.fix => test-post-2.7.1-syntax.ts.fix} (100%) rename test/rules/quotemark/backtick/{test>=2.7.1.ts.lint => test-post-2.7.1-syntax.ts.lint} (100%) rename test/rules/quotemark/backtick/{test<2.7.1.ts.fix => test-pre-2.7.1-syntax.ts.fix} (100%) rename test/rules/quotemark/backtick/{test<2.7.1.ts.lint => test-pre-2.7.1-syntax.ts.lint} (100%) diff --git a/test/rules/quotemark/backtick/test>=2.7.1.ts.fix b/test/rules/quotemark/backtick/test-post-2.7.1-syntax.ts.fix similarity index 100% rename from test/rules/quotemark/backtick/test>=2.7.1.ts.fix rename to test/rules/quotemark/backtick/test-post-2.7.1-syntax.ts.fix diff --git a/test/rules/quotemark/backtick/test>=2.7.1.ts.lint b/test/rules/quotemark/backtick/test-post-2.7.1-syntax.ts.lint similarity index 100% rename from test/rules/quotemark/backtick/test>=2.7.1.ts.lint rename to test/rules/quotemark/backtick/test-post-2.7.1-syntax.ts.lint diff --git a/test/rules/quotemark/backtick/test<2.7.1.ts.fix b/test/rules/quotemark/backtick/test-pre-2.7.1-syntax.ts.fix similarity index 100% rename from test/rules/quotemark/backtick/test<2.7.1.ts.fix rename to test/rules/quotemark/backtick/test-pre-2.7.1-syntax.ts.fix diff --git a/test/rules/quotemark/backtick/test<2.7.1.ts.lint b/test/rules/quotemark/backtick/test-pre-2.7.1-syntax.ts.lint similarity index 100% rename from test/rules/quotemark/backtick/test<2.7.1.ts.lint rename to test/rules/quotemark/backtick/test-pre-2.7.1-syntax.ts.lint