Add support for relative URIs in <script>
tags
#471
Labels
bug
Any difference between this BrightScript implementation and RBI, or otherwise unexpected behavior
parser
Affects this project's token parser
scenegraph
Affects this project's implementation of the SceneGraph framework
SGDEX uses relative paths for the
uri
attribute of its<script>
tags, which is perfectly valid in RBI! We should support that here as well.Example error, from hulu/roca#35
Parsing through https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/extensions/SGDEX/ButtonBar/ButtonBar.xml with https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/extensions/SGDEX/ButtonBar/ButtonBar.brs next to it should be enough to repro this bug
The text was updated successfully, but these errors were encountered: