diff options
-rw-r--r-- | docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index e7076c2..c0f64a4 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/docs/CommandGuide/FileCheck.rst @@ -265,7 +265,7 @@ simple example: ; CHECK: test5: ; CHECK: notw [[REGISTER:%[a-z]+]] - ; CHECK: andw {{.*}}[REGISTER]] + ; CHECK: andw {{.*}}[[REGISTER]] The first check line matches a regex (**%[a-z]+**) and captures it into |