mirror of https://github.com/kivy/kivy.git
tests: fix test_lang_complex
This commit is contained in:
parent
34d9076fc6
commit
ae2385567f
|
@ -10,13 +10,13 @@ rules = '''
|
|||
source: 'invalid.png'
|
||||
source3: 'valid.png'
|
||||
|
||||
[Item@TestWidget2]:
|
||||
[MItem@TestWidget2]:
|
||||
source: ctx.get('anotherctxvalue')
|
||||
|
||||
<MainWidget>:
|
||||
refwid: myref
|
||||
refwid2: myref2
|
||||
Item:
|
||||
MItem:
|
||||
id: myref2
|
||||
anotherctxvalue: 'valid.png'
|
||||
TestWidget:
|
||||
|
|
Loading…
Reference in New Issue