From ccc6cda312fea9f0468ee65b8f368e9653e1380b Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 23 Dec 1996 17:02:34 +0000 Subject: Imported from ../bash-2.0.tar.gz. --- tests/quote.right | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tests/quote.right (limited to 'tests/quote.right') diff --git a/tests/quote.right b/tests/quote.right new file mode 100644 index 0000000..8d71f5d --- /dev/null +++ b/tests/quote.right @@ -0,0 +1,42 @@ +Single Quote +foo +bar +foo +bar +foo\ +bar +Double Quote +foo +bar +foo +bar +foobar +Backslash Single Quote +foo bar +foo bar +foobar +Backslash Double Quote +foo bar +foo bar +foobar +Double Quote Backslash Single Quote +foo +bar +foo +bar +foobar +Dollar Paren Single Quote +foo bar +foo bar +foo\ bar +Dollar Paren Double Quote +foo bar +foo bar +foobar +Double Quote Dollar Paren Single Quote +foo +bar +foo +bar +foo\ +bar -- cgit v1.2.3