Merge branch 'master' into j/is_playlist_ordered
This commit is contained in:
commit
bbcdab8483
1 changed files with 5 additions and 0 deletions
|
|
@ -81,3 +81,8 @@ class TestScript:
|
||||||
)
|
)
|
||||||
|
|
||||||
assert script.resolve_once({"url": "{ %bilateral_url('nope') }"})["url"].native == "nope"
|
assert script.resolve_once({"url": "{ %bilateral_url('nope') }"})["url"].native == "nope"
|
||||||
|
script.add({"%bilateral_url_wrap": "{ %bilateral_url($0) }"})
|
||||||
|
|
||||||
|
assert (
|
||||||
|
script.resolve_once({"url": "{ %bilateral_url_wrap('nope') }"})["url"].native == "nope"
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue