Branch: Tag:

2006-03-02

2006-03-02 10:53:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added test for the LysLysKOM 14180500 bug.

Rev: src/testsuite.in:1.763

1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.762 2006/03/01 20:00:00 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.763 2006/03/02 10:53:14 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
273:   test_scopes(16, 17, 0)   test_scopes(17, 16, 0)    + test_any([[ +  // LysLysKOM 14180500 +  if (1) { +  string var = "Reinitialization error."; +  } +  sscanf("", "%d", int zero); +  return zero; + ]], 0); +    dnl FIXME: Add test that local and local:: in combination   dnl with recursion works correctly.