summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-20 10:25:47 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-20 10:54:20 +0200
commit2281a8af22f037969524dfeceb6e19f105183222 (patch)
tree341bc471daec791138b66bdfe69f032646b855c0 /yarns
parent9276bb50ec08489e463bd0be8cc4995e83ed8af6 (diff)
downloaddistix-2281a8af22f037969524dfeceb6e19f105183222.tar.gz
Fix showing non-ASCII text
Diffstat (limited to 'yarns')
-rw-r--r--yarns/040-new.yarn6
1 files changed, 4 insertions, 2 deletions
diff --git a/yarns/040-new.yarn b/yarns/040-new.yarn
index 4777fdb..fc2bff8 100644
--- a/yarns/040-new.yarn
+++ b/yarns/040-new.yarn
@@ -13,10 +13,12 @@ This chapter has scenarios for creating new tickets.
THEN attempt succeeded
AND output is ""
- WHEN user attempts to run distix new new-ticket-title
+We create a new ticket, with a title that contains non-ASCII text.
+
+ WHEN user attempts to run distix new new-ticket-title-gröt
THEN attempt succeeded
AND everything in REPO is committed to git
WHEN user attempts to run distix list
THEN attempt succeeded
- AND output matches "^[0-9a-f]{32} new-ticket-title$"
+ AND output matches "^[0-9a-f]{32} new-ticket-title-gröt$"