# set: with invalid path does not crash

# INPUT

{"foo":[]}

# SCRIPT_ONCE

set("foo[")

# EXPECT

{"foo":[]}
