We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d6e68 commit b9735dbCopy full SHA for b9735db
llvm/utils/lit/tests/Inputs/shtest-define/value-escaped.txt
@@ -1,13 +1,16 @@
1
+# FIXME: The doubled backslashes occur under windows. That's almost surely a
2
+# lit issue beyond DEFINE/REDEFINE.
3
+
4
# Escape sequences that can appear in python re.sub replacement strings have no
5
# special meaning in the value.
6
7
# DEFINE: %{escape} = \g<0>\n
8
# RUN: echo '%{escape}'
-# CHECK: \g<0>\n
9
+# CHECK: {{\\?}}\g<0>{{\\?}}\n
10
11
# REDEFINE: %{escape} = \n \
12
# REDEFINE: \g<param>
13
-# CHECK: \n \g<param>
14
+# CHECK: {{\\?}}\n {{\\?}}\g<param>
15
16
# CHECK: Passed: 1
0 commit comments