diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-10-24 15:00:55 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:35 +0200 |
commit | 5c325b8613a4323ee47bd42ce6d962b9ab9f2d90 (patch) | |
tree | b7f74b09c2fc6ef69bca8cb21a933b87c7ac789b /unit-tests/test/script | |
parent | aa79de0b9a1e214e923139c25b02b5313a6305a9 (diff) |
Change <! and >! syntaxt to <- and >-
Diffstat (limited to 'unit-tests/test/script')
-rw-r--r-- | unit-tests/test/script/parser/command-re-parse.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/test/script/parser/command-re-parse.test b/unit-tests/test/script/parser/command-re-parse.test index 5ea2284..3b9ae3e 100644 --- a/unit-tests/test/script/parser/command-re-parse.test +++ b/unit-tests/test/script/parser/command-re-parse.test @@ -2,8 +2,8 @@ # double-quote # $* <<EOI >>EOO -x = cmd \\">!\\" "'<!'" +x = cmd \\">-\\" "'<-'" \$x EOI -cmd ">!" "<!" +cmd ">-" "<-" EOO |