3 # Verify that msgcat leaves #: lines in place even if they have a bizarre
7 trap 'rm -fr $tmpfiles' 1 2 3 15
9 tmpfiles
="$tmpfiles mcat-test11.in"
10 cat <<\EOF
> mcat-test11.
in
11 #: basctl/source\basicide\basidesh.src#RID_STR_NOMODULE.text
15 #: basctl/source\basicide\basidesh.src:RID_STR_NOMODULE.text
36 tmpfiles
="$tmpfiles mcat-test11.out"
38 ${MSGCAT} mcat-test11.
in -o mcat-test11.out
39 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
42 ${DIFF} mcat-test11.
in mcat-test11.out