Lexical Errors

A lexical error (error type LEX) occurs if the compiler detects lexical symbols that are not allowed in Benchmark Description Language.

Example

If a script contains an invalid character such as '{', compilation is aborted and an error message is printed:

1 benchmark WebTest
2
3 dcluser
4   user    {

Output

compile error LEX 13: not a lexical symbol of BDL
--- compilation was not successful ---