view tests/js/syntax-error.js @ 516:bb65cec664c5

Irccd: use unique_ptr for services
author David Demelier <markand@malikania.fr>
date Thu, 26 Oct 2017 20:45:19 +0200
parents 70b0c9e40131
children
line wrap: on
line source

function x()
{
}

var y = 123;
y+++;

function z()
{
}