IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
47 stars 25 forks source link

Incorrect numbering of indented level variables is not recognized as a syntax error #412

Open dvag-dominik-schumacher opened 1 month ago

dvag-dominik-schumacher commented 1 month ago

Development environment used

Problem Description

Detailed steps for reproducing the problem:

  1. First step

Observed behavior

In the following example, there is the variable “K-BZUST-AML” with the level number 05. The indented variables underneath also have the level number 05, but this is not recognized as a syntax error by the IBM Z Open Editor, as these variables should have a higher level number, e.g. 10. Is this a bug or is it necessary to set the indentation settings so that the described constellation is recognized as an error?

grafik

Expected behavior

The editor should display a syntax error because the number of the level variable does not match the indentation.