#! /usr/bin/env/python # -*- coding: iso-8859-1 -*- ## Copyright 1999-2006 by LivingLogic AG, Bayreuth/Germany. ## Copyright 1999-2006 by Walter Dörwald ## ## All Rights Reserved ## ## See xist/__init__.py for the license import py.test from ll.xist import xsc, parsers from ll.xist.ns import specials def test_url(): node = parsers.parseString("") assert node.asBytes(base="root:about/us.html") == "../images/gurk.gif"