Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAE when examples table parameter has $ character #59

Closed
ikalinin1 opened this issue Dec 9, 2021 · 1 comment
Closed

IAE when examples table parameter has $ character #59

ikalinin1 opened this issue Dec 9, 2021 · 1 comment

Comments

@ikalinin1
Copy link
Contributor

java.lang.IllegalArgumentException: No group with name {videoTitle}
	at java.base/java.util.regex.Matcher.appendExpandedReplacement(Matcher.java:1059)
	at java.base/java.util.regex.Matcher.appendReplacement(Matcher.java:997)
	at java.base/java.util.regex.Matcher.replaceAll(Matcher.java:1181)
	at java.base/java.lang.String.replaceAll(String.java:2142)
	at com.epam.reportportal.jbehave.ReportPortalStoryReporter.formatExampleStep(ReportPortalStoryReporter.java:314)
	at com.epam.reportportal.jbehave.ReportPortalStoryReporter.buildStartStepRq(ReportPortalStoryReporter.java:344)
	at com.epam.reportportal.jbehave.ReportPortalScenarioStoryReporter.buildStartStepRq(ReportPortalScenarioStoryReporter.java:77)
	at com.epam.reportportal.jbehave.ReportPortalStoryReporter.startStep(ReportPortalStoryReporter.java:564)
	at com.epam.reportportal.jbehave.ReportPortalStoryReporter.lambda$beforeStep$33(ReportPortalStoryReporter.java:836)
	at java.base/java.util.Optional.map(Optional.java:260)
	at com.epam.reportportal.jbehave.ReportPortalStoryReporter.beforeStep(ReportPortalStoryReporter.java:836)
	at org.vividus.reportportal.jbehave.AdaptedReportPortalStoryReporter.beforeStep(AdaptedReportPortalStoryReporter.java:65)
	at org.jbehave.core.reporters.DelegatingStoryReporter.lambda$beforeStep$18(DelegatingStoryReporter.java:179)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.jbehave.core.reporters.DelegatingStoryReporter.delegate(DelegatingStoryReporter.java:243)
@ikalinin1 ikalinin1 mentioned this issue Dec 9, 2021
@HardNorth
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants