# See the file LICENSE for redistribution information.
#
# Copyright (c) 2002-2005
#	Sleepycat Software.  All rights reserved.
#
# $Id: data_set_11_7.txt,v 1.3 2005/04/05 16:44:43 bostic Exp $
#
# QP tests
# Node functions

TEST 11.7
TITLE Node functions

11.7.1
root()
Root(RS,RA(RS,SS(RS,)))

11.7.2
/foo/root()
Root(RA(SS()))

11.7.3
/foo/bar/root()
Root(RA(SS()))

