We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe6f7d commit e06a6baCopy full SHA for e06a6ba
cucumber-core/src/main/java/io/cucumber/core/plugin/TeamCityPlugin.java
@@ -497,7 +497,7 @@ private String escape(String source) {
497
return "";
498
}
499
// https://www.jetbrains.com/help/teamcity/service-messages.html#Escaped+Values
500
- // TODO: Missing \\uXXXX
+ // TODO: Missing \\uXXXX
501
return source
502
.replace("|", "||")
503
.replace("'", "|'")
0 commit comments