Closed jalley64 closed 3 years ago
XML does not allow whitespaces around " = " so @template directives do not have to, as well. But proper intellisense and error during compilation would be useful.
This is true for XML but the directive statements are actually not XML. We have fixed this issue to allow users to include whitespaces in the tier declaration and it will be included in the next release.
I'm submitting a...
Current behavior
When writing a tier declaration, if there is any whitespace between the start of the word tier to the end of the tier number, then the file's tier gets assigned a null value. The package still compiles with no warning or error. Users should be able to compile with or without the whitespace shown in the example below.
Minimal reproduction of the problem with instructions
template tier = "1"
Environment