Closed RandomByte closed 4 years ago
Even after yesterday's fix, it seems that the regular expression still fails to detect the usage of namespaces in attributes.
For example the customData namespace in <smartTable:SmartTable id="employee_table" customData:p13nDialogSettings='{filter:{visible:false}}' />.
customData
<smartTable:SmartTable id="employee_table" customData:p13nDialogSettings='{filter:{visible:false}}' />
Also see https://github.com/SAP/ui5-cli/issues/385
Fixed with 2.1.4, sorry for any inconvenience caused!
Even after yesterday's fix, it seems that the regular expression still fails to detect the usage of namespaces in attributes.
For example the
customData
namespace in<smartTable:SmartTable id="employee_table" customData:p13nDialogSettings='{filter:{visible:false}}' />
.Also see https://github.com/SAP/ui5-cli/issues/385