test.js revision 2:da1e581c933b
1119936Sjhb/*
2119936Sjhb * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
3119936Sjhb *
465556Sjasone * Redistribution and use in source and binary forms, with or without
565556Sjasone * modification, are permitted provided that the following conditions
665556Sjasone * are met:
765556Sjasone *
865556Sjasone *   - Redistributions of source code must retain the above copyright
965556Sjasone *     notice, this list of conditions and the following disclaimer.
1065556Sjasone *
1165556Sjasone *   - Redistributions in binary form must reproduce the above copyright
1265556Sjasone *     notice, this list of conditions and the following disclaimer in the
13119936Sjhb *     documentation and/or other materials provided with the distribution.
1465556Sjasone *
1565556Sjasone *   - Neither the name of Oracle nor the names of its
1665556Sjasone *     contributors may be used to endorse or promote products derived
17119936Sjhb *     from this software without specific prior written permission.
1865556Sjasone *
1965556Sjasone * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
20119936Sjhb * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
21119936Sjhb * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22119936Sjhb * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
23119936Sjhb * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
24119936Sjhb * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25119936Sjhb * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26119936Sjhb * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
27119936Sjhb * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2865556Sjasone * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2965556Sjasone * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3065556Sjasone */
3168420Sjhb
3268420Sjhbprint("Hello World");
3365556Sjasone