Skip to content

Fix identifers validation against null next node

What does this MR do?

Fixes a subtle issue in the static site editor when parsing identifier syntax that includes inline code.

Screenshots

The previous solution didn't account for the fact that the next node could be null while still having a valid literal value. This update resolves this case.

Screen_Shot_2020-07-01_at_9.08.07_AM

Does this MR meet the acceptance criteria?

Conformity

Closes #221082 (closed)

Edited by Enrique Alcántara

Merge request reports

Loading