This commit is contained in:
parrt 2016-11-05 15:22:55 -07:00
parent cbbdbaac75
commit 803e72ba38
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Each `.stg` file descripes the following mandatory elements for the test:
- the expected output
- the expected errors
The grammar can itself contain template expressions such as <something>.
The grammar can itself contain template expressions such as `<something>`.
The test generator replaces these with the corresponding values from the target language template (see below).
It then generates a unit test in which the grammar, the input and the expected output and errors are inlined.