about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:30:39 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:30:39 +0000
commit8b0f39cf326a27bbfce75a4e16b7d90dbbbfa0c3 (patch)
tree3763278a08c47aae2fe858f786d09c96d7848460 /Test
parentf7da8d5efb53ef3952626d2f70097a1be935daf2 (diff)
downloadzsh-8b0f39cf326a27bbfce75a4e16b7d90dbbbfa0c3.tar.gz
zsh-8b0f39cf326a27bbfce75a4e16b7d90dbbbfa0c3.tar.xz
zsh-8b0f39cf326a27bbfce75a4e16b7d90dbbbfa0c3.zip
moved to ./Test/A03quoting.ztst
Diffstat (limited to 'Test')
-rw-r--r--Test/03quoting.ztst26
1 files changed, 0 insertions, 26 deletions
diff --git a/Test/03quoting.ztst b/Test/03quoting.ztst
deleted file mode 100644
index 6cf86e10f..000000000
--- a/Test/03quoting.ztst
+++ /dev/null
@@ -1,26 +0,0 @@
-%test
-  print 'single  quotes'  "double  quotes"  `echo backquotes`
-0:Simple use of quotes
->single  quotes double  quotes backquotes
-
-  foo=text
-  print -r '$foo\\\' "$foo\$foo\\\"\``echo bar`\`\"" `print -r $foo\\\``
-0:Quoting inside quotes
->$foo\\\ text$foo\"`bar`" text`
-
-  print -r $'\'ut queant laxis\'\n"resonare fibris"'
-0:$'-style quotes
->'ut queant laxis'
->"resonare fibris"
-
-  print -r ''''
-  setopt rcquotes
-# We need to set rcquotes here for the next example since it is
-# needed while parsing.
-0:No RC_QUOTES with single quotes
->
-
-  print -r ''''
-  unsetopt rcquotes
-0:Yes RC_QUOTES with single quotes
->'