Bump to 1.14.1
[platform/upstream/augeas.git] / tests / modules / fail_regexp_minus_empty.aug
1 module Fail_regexp_minus_empty =
2
3   (* This fails since the result of the subtraction is the empty set *)
4   (* which we can not represent as a regular expression.             *)
5   let re = "a" - /[a-z]/
6
7 (* Local Variables: *)
8 (* mode: caml       *)
9 (* End:             *)