2e6a026f3dfedb52dee8d5636811f6ee54ca3126.svn-base 150 Bytes
// test that the calculation is fold to 13
var a = 1 + 2 * 6;

// test that it isn't replaced with 0.3333 because that is more characters
var b = 1/3;