Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soroush Saffari authored Sep 6, 2019
1 parent cda1526 commit e8c122c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ Client API reference files are accessible via [`03-client-api/references`](03-cl

- A code block of `java` that is not preceded by any test flags, will be tested as a _Query_. Such code blocks are expected to contain an instantiation of a Graql query.
- A code block of `graql` that is not preceded by any test flags, will be tested either as a _pattern_ or a _query_. It will be tested as a query if it contains any query keywords (`match`, `define`, `insert`, `compute`). Otherwise, it will be tested as a pattern.
- A code block that follows the `<!-- test-example file-name.extension --> flag, will be tested as an _example_. Such code blocks are expected to contain a self-contained piece of code with its only requirements being:
- A code block that follows the `<!-- test-example file-name.extension -->` flag, will be tested as an _example_. Such code blocks are expected to contain a self-contained piece of code with its only requirements being:
- a running Grakn Server
- the schema loaded into the target keyspace
- Code blocks that have no language name, will not be tested.
- Code blocks whose language is not `java`, `javascript` or `python` will not be tested.
- Code blocks that follow the `<!-- test-ignore --> flag, will not be tested.
- Code blocks that follow the `<!-- test-delay --> flag, will not be tested. The flag is expected to be removed in the next major or minor release.
- Code blocks that follow the `<!-- test-ignore -->` flag, will not be tested.
- Code blocks that follow the `<!-- test-delay -->` flag, will not be tested. The flag is expected to be removed in the next major or minor release.

0 comments on commit e8c122c

Please sign in to comment.