diff --git a/examples/tickets/features/tickets.feature b/examples/tickets/features/tickets.feature index 7b1002cd94..4eeba2cd69 100644 --- a/examples/tickets/features/tickets.feature +++ b/examples/tickets/features/tickets.feature @@ -17,6 +17,8 @@ Feature: Cucumber Then I should be working in London And I should be born in Oslo And I shoule see a multiline string like - "A string + """ + A string that spans - several lines" \ No newline at end of file + several lines + """ \ No newline at end of file