lit: Two more sh lex/parse bugs (but its so simple!)
authorDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 09:41:09 +0000 (09:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 09:41:09 +0000 (09:41 +0000)
commit82fa6f5e9deff3ba845b22c5fe301fe91cc53cca
tree653837a454f128473fd9c2a1adde824fd08d57ea
parent1f22aa7433638c3fc2945a5f13f5584bf0a60235
lit: Two more sh lex/parse bugs (but its so simple!)
 - Empty arguments weren't handled correctly.
 - Escapes outside quoted strings weren't handled.

llvm-svn: 77783
clang/utils/test/ShUtil.py