nashorn/test/script/basic/NASHORN-737.js.EXPECTED
author malenkov
Thu, 13 Mar 2014 11:49:24 +0400
changeset 25536 a1ba79d447e0
parent 24751 ccbd9cd3f720
permissions -rw-r--r--
8035699: File choosers should be choosier Reviewed-by: alexsch, art, skoivu

{
    "type": "Program",
    "body": [
        {
            "type": "LabeledStatement",
            "label": "label",
            "body": {
                "type": "BlockStatement",
                "body": [
                    {
                        "type": "WhileStatement",
                        "test": {
                            "type": "Literal",
                            "value": true
                        },
                        "body": {
                            "type": "BlockStatement",
                            "body": [
                                {
                                    "type": "BreakStatement",
                                    "label": "label"
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}