Branch: Tag:

2003-04-10

2003-04-10 19:48:13 by Martin Nilsson <mani@lysator.liu.se>

Test #"" with different newlines.

Rev: src/testsuite.in:1.636

1: - test_true([["$Id: testsuite.in,v 1.635 2003/04/08 15:10:18 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.636 2003/04/10 19:48:13 nilsson Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
7168:   test_true(intp(__REAL_BUILD__))   test_eq(__PIKE__,1)    + test_eq( compile_string("string a=#\"a\nb\";")()->a, "a\nb" ) + test_eq( compile_string("string a=#\"a\r\nb\";")()->a, "a\nb" ) + test_eq( compile_string("string a=#\"a\n\rb\";")()->a, "a\nb" ) +    // #define   test_any([[   #define FOOa 1