| 1 | // RUN: clang-include-cleaner -html=- %s -- -I %S/Inputs | FileCheck %s |
|---|---|
| 2 | #include "bar.h" |
| 3 | #include "foo.h" |
| 4 | |
| 5 | int n = foo(); |
| 6 | // CHECK: <span class='ref sel' data-hover='t{{[0-9]+}}'>foo</span>() |
| 7 |
| 1 | // RUN: clang-include-cleaner -html=- %s -- -I %S/Inputs | FileCheck %s |
|---|---|
| 2 | #include "bar.h" |
| 3 | #include "foo.h" |
| 4 | |
| 5 | int n = foo(); |
| 6 | // CHECK: <span class='ref sel' data-hover='t{{[0-9]+}}'>foo</span>() |
| 7 |