6690 set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct...
[unleashed.git] / usr / src / test / libc-tests / tests / regex / data / zero.in
blob2786944eb227f0e828ad278bba73726ab53281e3
1 # cases involving NULs
2 aZb             &       a       a
3 aZb             &p      a
4 aZb             &p#     (aZb)   aZb
5 aZ*b            &p#     (ab)    ab
6 a.b             &#      (aZb)   aZb
7 a.*             &#      (aZb)c  aZb