lit: Fix two sh lexing bugs.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 05:52:04 +0000 (05:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 1 Aug 2009 05:52:04 +0000 (05:52 +0000)
commit1661066e58e04d2ecc5dbfaeca7f1514c129c8a0
tree981ed8b930d933f562e3e9e4d13bc106cb4afde5
parente65f4de30decd39cb9b6c37f2a952cccaa278b1f
lit: Fix two sh lexing bugs.
 - '\\\\' inside a "..." string becomes '\\'.
 - The '<' token wasn't being recognized.

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