features/cli.feature in pdd-0.19.3 vs features/cli.feature in pdd-0.19.4

- old
+ new

@@ -14,11 +14,11 @@ Scenario: Simple puzzles collecting Given I have a "Sample.java" file with content: """ public class Main { /** - * @todo #13 Let's do it later, dude + * @todo #13 Привет, Let's do it later, dude * or maybe even never :) */ public void main(String[] args) { // later } @@ -26,9 +26,10 @@ """ When I run bin/pdd with "-v -s . -f out.xml" Then Exit code is zero And Stdout contains "Reading ." And XML file "out.xml" matches "/puzzles[count(puzzle)=1]" + And XML file "out.xml" matches "//puzzle[starts-with(body,'Привет, Let')]" Scenario: Using basic rules Given I have a "sample.java" file with content: """ Nothing