parent
88de774389
commit
39167c3252
3 changed files with 14 additions and 0 deletions
5
src/test/test-data/issue-189.formatted.xml
Normal file
5
src/test/test-data/issue-189.formatted.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE xml>
|
||||
<core:FragmentDefinition xmlns="sap.m"
|
||||
xmlns:core="sap.ui.core">
|
||||
<Text text="{parts: ['i18n>dialog.countdown.text','view>/Countdown'],formatter: 'jQuery.sap.formatMessage'}" />
|
||||
</core:FragmentDefinition>
|
||||
5
src/test/test-data/issue-189.unformatted.xml
Normal file
5
src/test/test-data/issue-189.unformatted.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE xml>
|
||||
<core:FragmentDefinition xmlns="sap.m"
|
||||
xmlns:core="sap.ui.core">
|
||||
<Text text="{parts: ['i18n>dialog.countdown.text','view>/Countdown'],formatter: 'jQuery.sap.formatMessage'}" />
|
||||
</core:FragmentDefinition>
|
||||
Loading…
Add table
Add a link
Reference in a new issue