From e5f654668c6c4bf33d8a3e8cdccdcdfdfe92275d Mon Sep 17 00:00:00 2001 From: Michael Leigeber Date: Tue, 19 Apr 2016 09:18:30 -0500 Subject: [PATCH] Remove newline expectation from mapped source content --- test/expected/sourcemap3_embed.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/expected/sourcemap3_embed.map b/test/expected/sourcemap3_embed.map index b354baa..fd82586 100644 --- a/test/expected/sourcemap3_embed.map +++ b/test/expected/sourcemap3_embed.map @@ -1 +1 @@ -{"version":3,"sources":["../test/fixtures/file1","../test/fixtures/mappedsource_embed","../test/fixtures/file2"],"names":[],"mappings":"AAAA;ACCA,E;ADDA;AEAA","file":"sourcemap3_embed","sourcesContent":["file1","file1\n//","file2"]} \ No newline at end of file +{"version":3,"sources":["../test/fixtures/file1","../test/fixtures/mappedsource_embed","../test/fixtures/file2"],"names":[],"mappings":"AAAA;ACCA,E;ADDA;AEAA","file":"sourcemap3_embed","sourcesContent":["file1","file1","file2"]} \ No newline at end of file