tests/test-topic.t
changeset 3667 a346b1641dfa
parent 3652 81985b9d3e74
child 3714 19ec729f3ca2
child 3763 6f56ff701746
--- a/tests/test-topic.t	Mon Apr 16 10:58:06 2018 -0700
+++ b/tests/test-topic.t	Mon Apr 16 20:18:10 2018 +0200
@@ -117,12 +117,12 @@
 
   $ hg topic 'a12#45'
   abort: invalid topic name: 'a12#45'
-  (topic names can only consist of alphanumeric, '-' and '_' characters)
+  (topic names can only consist of alphanumeric, '-' '_' and '.' characters)
   [255]
 
   $ hg topic 'foo bar'
   abort: invalid topic name: 'foo bar'
-  (topic names can only consist of alphanumeric, '-' and '_' characters)
+  (topic names can only consist of alphanumeric, '-' '_' and '.' characters)
   [255]
 
 this is trying to list topic names
@@ -130,7 +130,7 @@
 
   $ hg topic '*12 B23'
   abort: invalid topic name: '*12 B23'
-  (topic names can only consist of alphanumeric, '-' and '_' characters)
+  (topic names can only consist of alphanumeric, '-' '_' and '.' characters)
   [255]
 
 Test commit flag and help text