Skip to content

Commit

Permalink
Remove hashes around raw string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Jan 15, 2025
1 parent 522e200 commit c5f674b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpacks/dotnet/tests/dotnet_publish_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ fn test_dotnet_publish_with_debug_configuration() {
&context.pack_stdout,
"<PLACEHOLDER>"
),
&formatdoc! {r#"
&formatdoc! {r"
MSBuild version 17.8.3+195e7f5a3 for .NET
Determining projects to restore...
Restored /workspace/foo.csproj <PLACEHOLDER>.
foo -> /workspace/bin/Debug/net8.0/{rid}/foo.dll
foo -> /workspace/bin/publish/"#}
foo -> /workspace/bin/publish/"}
);
},
);
Expand Down

0 comments on commit c5f674b

Please sign in to comment.