src/Pure/General/path.ML
changeset 49435 a8ed41b6280b
parent 48538 012a887997f3
child 49673 4c7932270d6d
     1.1 --- a/src/Pure/General/path.ML	Sat Jul 21 17:49:22 2012 +0200
     1.2 +++ b/src/Pure/General/path.ML	Sat Jul 21 21:16:08 2012 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4    | check_elem (chs as ["~"]) = err_elem "Illegal" chs
     1.5    | check_elem (chs as ["~", "~"]) = err_elem "Illegal" chs
     1.6    | check_elem chs =
     1.7 -      (case inter (op =) ["/", "\\", ":"] chs of
     1.8 +      (case inter (op =) ["/", "\\", "$", ":", "\"", "'"] chs of
     1.9          [] => chs
    1.10        | bads => err_elem ("Illegal character(s) " ^ commas_quote bads ^ " in") chs);
    1.11