diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-15 10:27:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 14:27:43 +0000 |
| commit | ce768bac834c1efebf2663b01f6e46db99329631 (patch) | |
| tree | 80499c54ba7973e8433ceff3436757ec46717f2d /tests/specs/README.md | |
| parent | 36e6e4a00997603d2290c416239c2de8feeb6ede (diff) | |
chore(lsp): add tests for compiler options being resolved relative the config file (#22924)
Investigation from #17298
Diffstat (limited to 'tests/specs/README.md')
| -rw-r--r-- | tests/specs/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/README.md b/tests/specs/README.md index bbd9b880c..d04adbb62 100644 --- a/tests/specs/README.md +++ b/tests/specs/README.md @@ -90,3 +90,4 @@ Within the file, you can use the following for matching: - `[WILDCHARS(5)]` - match any of the next 5 characters - `[UNORDERED_START]` followed by many lines then `[UNORDERED_END]` will match the lines in any order (useful for non-deterministic output) +- `[# example]` - line comments start with `[#` and end with `]` |
