[fine] Ignore tests sometimes

This commit is contained in:
John Doty 2024-01-08 22:23:46 -08:00
parent 6d2fd446ee
commit f2b9eae339
3 changed files with 12 additions and 1 deletions

View file

@ -37,6 +37,8 @@ e.g., a test might look like this:
The various assertions are as follows:
- The `// @disabled` directive marks the test as ignored.
- The `// @concrete:` assertion says that the following lines
(prefixed with `// | `, as above) describe the concrete syntax tree
of the file after parsing.

View file

@ -0,0 +1,5 @@
// @disabled
// @concrete:
// |
;