olabusayoT commented on code in PR #1312:
URL: https://github.com/apache/daffodil/pull/1312#discussion_r1775733438
##########
daffodil-lib/src/main/scala/org/apache/daffodil/lib/schema/annotation/props/ByHandMixins.scala:
##########
@@ -451,7 +451,7 @@ trait TextStandardExponentRepMixin extends PropertyMixin {
lazy val textStandardExponentRep: Found = {
val tsec = getPropertyOption("textStandardExponentCharacter")
- val tser = getPropertyOption("textStandardExponentRep")
+ val tser = getPropertyOption("textStandardExponentRep", expressionAllowed
= true)
Review Comment:
Yes, most of the properties that needed it were called by
GeneratedCode.scala...this was the only one that needed it that was called
outside generated code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]