tests/test-fileset.t
changeset 38803 4dc498d61d86
parent 38802 f0a574dbfae9
child 38804 d82c4d42b615
--- a/tests/test-fileset.t	Sat Jul 21 15:05:40 2018 +0900
+++ b/tests/test-fileset.t	Sat Jul 21 15:14:38 2018 +0900
@@ -111,6 +111,15 @@
       None))
   hg: parse error: can't use negate operator in this context
   [255]
+  $ fileset -p parsed 'a, b, c'
+  * parsed:
+  (list
+    (symbol 'a')
+    (symbol 'b')
+    (symbol 'c'))
+  hg: parse error: can't use a list in this context
+  (see hg help "filesets.x or y")
+  [255]
 
   $ fileset '"path":.'
   hg: parse error: not a symbol