[site] Language. Expression reformulated.

This commit is contained in:
Anna Bulenkova 2015-03-24 10:47:08 +01:00
parent d1e5eaff10
commit af29161db5
2 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,9 @@ INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Completion+
# {{ page.title }}
In this test we will check if code completion, implemented in the
[Reference Contributor Tutorial](reference_contributor.html),
[Reference Contributor](reference_contributor.html) section
of the
[Custom Language Support Tutorial](cls_tutorial.html)
works as we expect.
### 1. Define test data

View File

@ -9,7 +9,9 @@ INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Parsing+Tes
# {{ page.title }}
The first test will check if the parser, implemented in the
[Lexer and Parser Definition Tutorial](lexer_und_parser_definition.html),
[Lexer and Parser Definition](lexer_und_parser_definition.html)
section of the
[Custom Language Support Tutorial](cls_tutorial.html)
works as we expect it.
### 1. Define input test data