Branch: Tag:

2004-11-02

2004-11-02 00:59:33 by Martin Stjernholm <mast@lysator.liu.se>

Test that cpp interprets 'n' as an n and not as a newline.

Rev: src/testsuite.in:1.745

1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.744 2004/11/01 03:06:03 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.745 2004/11/02 00:59:33 mast Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
7979:   test_if_true(1)   test_if_false(0)    + test_if_true('n' == 110) +    // #if ==   test_if_true(1==1)   test_if_false(1==2)