From 360aca433d51a01ddd748b8606c6c288bdb2f7fc Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 23 Mar 1999 21:38:03 +0000 Subject: add Pod-Parser-1.08 (verbatim module =include tests elided owing to size and better maintainability) p4raw-id: //depot/perl@3129 --- t/pod/special_seqs.xr | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 t/pod/special_seqs.xr (limited to 't/pod/special_seqs.xr') diff --git a/t/pod/special_seqs.xr b/t/pod/special_seqs.xr new file mode 100644 index 0000000000..b6ae7fd5b6 --- /dev/null +++ b/t/pod/special_seqs.xr @@ -0,0 +1,13 @@ + This is a test to see if I can do not only `$self' and + `method()', but also `$self->method()' and `$self->{FIELDNAME}' + and `{FOO=>BAR}' without resorting to escape sequences. + + Now for the grand finale of `$self->method()->{FIELDNAME} = + {FOO=>BAR}'. + + Of course I should still be able to do all this *with* escape + sequences too: `$self->method()' and `$self->{FIELDNAME}' and + `{FOO=>BAR}'. + + Dont forget `$self->method()->{FIELDNAME} = {FOO=>BAR}'. + -- cgit v1.2.1