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.
test_files
1 parent 78fcdce commit daf9449Copy full SHA for daf9449
doc/src/yaccextensions.md
@@ -7,9 +7,10 @@ But a default can be set or forced by using a `YaccKindResolver`.
7
|------------------|-------------------------------------------------|--------------|
8
| `yacckind` | [YaccKind](yacccompatibility.md#yacckinds) | ✓ |
9
| `recoverykind` | [RecoveryKind](errorrecovery.md#recoverykinds) | ✗ |
10
-| `test_files`[^†] | String | ✗ |
+| `test_files`[^†] | Array of string values | ✗ |
11
12
-[^†]: String containing a glob relative to the yacc `.y` source file, experimental.
+[^†]: Strings containing globs are resolved relative to the yacc `.y` source file.
13
+ `test_files` is currently experimental.
14
15
## Example
16
0 commit comments