chromium/third_party/blink/web_tests/inspector-protocol/debugger/debugger-scope-skip-variables-with-empty-name-expected.txt

Tests that we do not report scope variables with empty names.
{
    result : [
        [0] : {
            configurable : true
            enumerable : true
            isOwn : true
            name : a
            value : {
                description : 2
                type : number
                value : 2
            }
            writable : true
        }
    ]
}