From 8a73f6df6585a1a268c144564e6cd163d274f63d Mon Sep 17 00:00:00 2001 From: James Kyle Date: Mon, 13 Oct 2014 15:43:43 -0700 Subject: [PATCH] fix comment test directory names --- test/fixtures/syntax/comments/preserve-multi-line/actual.js | 4 +++- test/fixtures/syntax/comments/preserve-multi-line/expected.js | 4 +++- test/fixtures/syntax/comments/preserve-single-line/actual.js | 4 +--- .../fixtures/syntax/comments/preserve-single-line/expected.js | 4 +--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/fixtures/syntax/comments/preserve-multi-line/actual.js b/test/fixtures/syntax/comments/preserve-multi-line/actual.js index 08459da466..07c91027c9 100644 --- a/test/fixtures/syntax/comments/preserve-multi-line/actual.js +++ b/test/fixtures/syntax/comments/preserve-multi-line/actual.js @@ -1,3 +1,5 @@ wow; -// um yeah lol +/* + um yeah lol +*/ test.wow(); diff --git a/test/fixtures/syntax/comments/preserve-multi-line/expected.js b/test/fixtures/syntax/comments/preserve-multi-line/expected.js index 08459da466..07c91027c9 100644 --- a/test/fixtures/syntax/comments/preserve-multi-line/expected.js +++ b/test/fixtures/syntax/comments/preserve-multi-line/expected.js @@ -1,3 +1,5 @@ wow; -// um yeah lol +/* + um yeah lol +*/ test.wow(); diff --git a/test/fixtures/syntax/comments/preserve-single-line/actual.js b/test/fixtures/syntax/comments/preserve-single-line/actual.js index 07c91027c9..08459da466 100644 --- a/test/fixtures/syntax/comments/preserve-single-line/actual.js +++ b/test/fixtures/syntax/comments/preserve-single-line/actual.js @@ -1,5 +1,3 @@ wow; -/* - um yeah lol -*/ +// um yeah lol test.wow(); diff --git a/test/fixtures/syntax/comments/preserve-single-line/expected.js b/test/fixtures/syntax/comments/preserve-single-line/expected.js index 07c91027c9..08459da466 100644 --- a/test/fixtures/syntax/comments/preserve-single-line/expected.js +++ b/test/fixtures/syntax/comments/preserve-single-line/expected.js @@ -1,5 +1,3 @@ wow; -/* - um yeah lol -*/ +// um yeah lol test.wow();