Skip to content

Commit

Permalink
chore(docs): Added new test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBoda committed Oct 11, 2023
1 parent 4265336 commit 394645e
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/tests/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,34 @@
</tr>
<tr>
<td><code>TC02</code></td>
<td>Return empty array of symbols for empty source code</td>
<td>Return non-empty array of symbols for non-empty source code</td>
<td align="center">:white_check_mark:</td>
</tr>
<tr>
<td><code>TC03</code></td>
<td>Return correct symbol positions for non-empty source code</td>
<td align="center">:x:</td>
</tr>
</table>

## Lexer
<table>
<tr>
<th>ID</th>
<th>Description</th>
<th>Status</th>
</tr>
<tr>
<td><code>TC01</code></td>
<td>Return empty array of tokens for empty array of symbols</td>
<td align="center">:white_check_mark:</td>
</tr>
<tr>
<td><code>TC02</code></td>
<td>Return non-empty array of tokens for non-empty array of symbols</td>
<td align="center">:x:</td>
</tr>
</table>

## Parser

Expand Down

0 comments on commit 394645e

Please sign in to comment.