Skip to content

Commit daf9449

Browse files
committed
Update test_files docs
1 parent 78fcdce commit daf9449

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/yaccextensions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ But a default can be set or forced by using a `YaccKindResolver`.
77
|------------------|-------------------------------------------------|--------------|
88
| `yacckind` | [YaccKind](yacccompatibility.md#yacckinds) | ✓ |
99
| `recoverykind` | [RecoveryKind](errorrecovery.md#recoverykinds) | ✗ |
10-
| `test_files`[^] | String | ✗ |
10+
| `test_files`[^] | Array of string values | ✗ |
1111

12-
[^]: String containing a glob relative to the yacc `.y` source file, experimental.
12+
[^]: Strings containing globs are resolved relative to the yacc `.y` source file.
13+
`test_files` is currently experimental.
1314

1415
## Example
1516

0 commit comments

Comments
 (0)