Commit 715a2a7
committed
[lit] Update internal shell lexer to handle LLDB persistent vars.
LLDB allows creation of 'persistent' variables, with names that
start with '$'. The lit internal shell was escaping the '$',
making it '\$', in some CHECK lines, which causes some LLDB tests
to fail when using the lit internal shell.
This PR fixes that by having the lexer remove the escape on the '$'.1 parent 1213d4e commit 715a2a7
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
0 commit comments